Html Css Color HEX #AF0AE5 Electric Purple

📋 copy color: '#AF0AE5'

red 175 ◦ green 10 ◦ blue 229

#AF0AE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #AF0AE5

Tints of Electric Purple #AF0AE5

RGB

 RED value IS 175 (68.75% from 255) = 42.27%

 GREEN value IS 10 (4.3% from 255) = 2.42%

 BLUE value IS 229 (89.84% from 255) = 55.31%

R = 42.27%
G = 2.42%
B = 55.31%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF0AE5 (or 0xAF0AE5) is known color: Electric Purple. HEX triplet: AF, 0A and E5. RGB value is (175,10,229). Sum of RGB (Red+Green+Blue) = 175+10+229=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF0AE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0AE5 is #50F51A. Grayscale: #535353. Windows color (decimal): -5305627 or 15010479. OLE color: 15010479.

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

Color convert

RGB 175 10 229 -
CMYK 0.24 0.96 0 0.10
HSL 285.21º 0.92% 0.47% -
HSV(B) 285.21º 0.96% 0.9% -
XYZ 31.93 14.99 75.34 -
YUV 84.3 209.66 192.69 -
System Red Green Blue C M Y K H S L
Decimal 175 10 229 0.24 0.96 0 0.10 285.21 0.92 0.47
Hex AF A E5 18 60 0 A 11D 5C 2F
Octal 257 12 345 30 140 0 12 435 134 57
Binary 10101111 1010 11100101 11000 1100000 0 1010 100011101 1011100 101111

Color Harmonies of #AF0AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AE5

Black with #AF0AE5

Text Example


Text Example

White with #AF0AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AE5; }

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

 H1.HeaderClassName
 {
   color: #AF0AE5;
 }
 .AnyTagClassName
 {
   color: #AF0AE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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