Html Css Color HEX #AF0EEB Electric Purple

📋 copy color: '#AF0EEB'

red 175 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #AF0EEB

Tints of Electric Purple #AF0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.3%

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 41.27%
G = 3.3%
B = 55.42%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF0EEB (or 0xAF0EEB) is known color: Electric Purple. HEX triplet: AF, 0E and EB. RGB value is (175,14,235). Sum of RGB (Red+Green+Blue) = 175+14+235=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EEB is #50F114. Grayscale: #565656. Windows color (decimal): -5304597 or 15404719. OLE color: 15404719.

HSL color Cylindrical-coordinate representation of color #AF0EEB: hue angle of 283.71º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EEB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 14 235 -
CMYK 0.26 0.94 0 0.08
HSL 283.71º 0.89% 0.49% -
HSV(B) 283.71º 0.94% 0.92% -
XYZ 32.83 15.43 79.84 -
YUV 87.33 211.34 190.53 -
System Red Green Blue C M Y K H S L
Decimal 175 14 235 0.26 0.94 0 0.08 283.71 0.89 0.49
Hex AF E EB 1A 5E 0 8 11C 59 31
Octal 257 16 353 32 136 0 10 434 131 61
Binary 10101111 1110 11101011 11010 1011110 0 1000 100011100 1011001 110001

Color Harmonies of #AF0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EEB

Black with #AF0EEB

Text Example


Text Example

White with #AF0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EEB; }

 p { color: rgb(175,14,235); }

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

background-color css

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

 a { background-color: rgb(175,14,235); }

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

border-color css

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

 span { border-color: rgb(175,14,235); }

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