#AF03F9

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

Shades of Electric Purple #AF03F9

Tints of Electric Purple #AF03F9

Color information

#AF03F9 (or 0xAF03F9) is unknown color: approx Electric Purple. HEX triplet: AF, 03 and F9. RGB value is (175,3,249). Sum of RGB (Red+Green+Blue) = 175+3+249=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF03F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03F9 is #50FC06. Grayscale: #515151. Windows color (decimal): -5307399 or 16319407. OLE color: 16319407.

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

Color convert

RGB1753249-
CMYK0.300.9900.02
HSL281.95º97.62%49.41%-
HSV(B)281.95º98.8%97.65%-
XYZ34.8116.0290.88-
YUV82.47221.98194-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 3 (1.56% from 255) = 0.70%
BLUE value IS 249 (97.66% from 255) = 58.31%
R=40.98%
G=0.70%
B=58.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17532490.300.9900.02281.9597.6249.41
HexAF3F91E630211a6231
Octal2573371361430243214261
Binary1010111111111110011111011000110101000110101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF03F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF03F9; }

 p { color: rgb(175,3,249); }

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

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

 a { background-color: rgb(175,3,249); }

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

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

 span { border-color: rgb(175,3,249); }

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