#AF05F5

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

Shades of Electric Purple #AF05F5

Tints of Electric Purple #AF05F5

Color information

#AF05F5 (or 0xAF05F5) is unknown color: approx Electric Purple. HEX triplet: AF, 05 and F5. RGB value is (175,5,245). Sum of RGB (Red+Green+Blue) = 175+5+245=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF05F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05F5 is #50FA0A. Grayscale: #525252. Windows color (decimal): -5306891 or 16057775. OLE color: 16057775.

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

Color convert

RGB1755245-
CMYK0.290.9800.04
HSL282.5º96%49.02%-
HSV(B)282.5º97.96%96.08%-
XYZ34.2115.8287.64-
YUV83.19219.32193.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 5 (2.34% from 255) = 1.18%
BLUE value IS 245 (96.09% from 255) = 57.65%
R=41.18%
G=1.18%
B=57.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal17552450.290.9800.04282.59649.02
HexAF5F51D620411a6031
Octal2575365351420443214061
Binary101011111011111010111101110001001001000110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF05F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF05F5; }

 p { color: rgb(175,5,245); }

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

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

 a { background-color: rgb(175,5,245); }

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

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

 span { border-color: rgb(175,5,245); }

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