#af08fb

Color #AF08FB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AF08FB

Tints of Electric Purple #AF08FB

Color information

#AF08FB (or 0xAF08FB) is unknown color: approx Electric Purple. HEX triplet: AF, 08 and FB. RGB value is (175,8,251). Sum of RGB (Red+Green+Blue) = 175+8+251=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF08FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08FB is #50F704. Grayscale: #545454. Windows color (decimal): -5306117 or 16451759. OLE color: 16451759.

HSL color Cylindrical-coordinate representation of color #AF08FB: hue angle of 281.23º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08FB is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1758251-
CMYK0.300.9700.02
HSL281.23º96.81%50.78%-
HSV(B)281.23º96.81%98.43%-
XYZ35.1816.2592.55-
YUV85.64221.33191.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 8 (3.52% from 255) = 1.84%
BLUE value IS 251 (98.44% from 255) = 57.83%
R=40.32%
G=1.84%
B=57.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17582510.300.9700.02281.2396.8150.78
HexAF8FB1E61021196133
Octal25710373361410243114163
Binary101011111000111110111111011000010101000110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af08fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af08fb; }

 p { color: rgb(175,8,251); }

 H1.HeaderClassName
 {
   color: #af08fb;
 }
 .AnyTagClassName
 {
   color: #af08fb;
 }
</style>
background-color css

<style>
 a { background-color: #af08fb; }

 a { background-color: rgb(175,8,251); }

 div.DivClassName
 {
   background-color: #af08fb;
 }
 .BgClassName
 {
   background-color: #af08fb;
 }
</style>
border-color css

<style>
 span { border-color: #af08fb; }

 span { border-color: rgb(175,8,251); }

 td.TdClassName
 {
   border-color: #af08fb;
 }
 .TagClassName
 {
   border-color: #af08fb;
 }
</style>