#AF08E5

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

Shades of Electric Purple #AF08E5

Tints of Electric Purple #AF08E5

Color information

#AF08E5 (or 0xAF08E5) is unknown color: approx Electric Purple. HEX triplet: AF, 08 and E5. RGB value is (175,8,229). Sum of RGB (Red+Green+Blue) = 175+8+229=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF08E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08E5 is #50F71A. Grayscale: #525252. Windows color (decimal): -5306139 or 15009967. OLE color: 15009967.

HSL color Cylindrical-coordinate representation of color #AF08E5: hue angle of 285.34º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08E5 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1758229-
CMYK0.240.9700.10
HSL285.34º93.25%46.47%-
HSV(B)285.34º96.51%89.8%-
XYZ31.9114.9475.33-
YUV83.13210.33193.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 8 (3.52% from 255) = 1.94%
BLUE value IS 229 (89.84% from 255) = 55.58%
R=42.48%
G=1.94%
B=55.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal17582290.240.9700.10285.3493.2546.47
HexAF8E518610A11d5d2e
Octal257103453014101243513556
Binary10101111100011100101110001100001010101000111011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF08E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF08E5; }

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

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

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

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

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

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

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

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