Html Css Color HEX #AF0EEC Electric Purple

📋 copy color: '#AF0EEC'

red 175 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #AF0EEC

Tints of Electric Purple #AF0EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.53%

R = 41.18%
G = 3.29%
B = 55.53%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF0EEC (or 0xAF0EEC) is known color: Electric Purple. HEX triplet: AF, 0E and EC. RGB value is (175,14,236). Sum of RGB (Red+Green+Blue) = 175+14+236=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF0EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EEC is #50F113. Grayscale: #565656. Windows color (decimal): -5304596 or 15470255. OLE color: 15470255.

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

Color convert

RGB 175 14 236 -
CMYK 0.26 0.94 0 0.07
HSL 283.51º 0.89% 0.49% -
HSV(B) 283.51º 0.94% 0.93% -
XYZ 32.98 15.48 80.61 -
YUV 87.45 211.84 190.45 -
System Red Green Blue C M Y K H S L
Decimal 175 14 236 0.26 0.94 0 0.07 283.51 0.89 0.49
Hex AF E EC 1A 5E 0 7 11C 59 31
Octal 257 16 354 32 136 0 7 434 131 61
Binary 10101111 1110 11101100 11010 1011110 0 111 100011100 1011001 110001

Color Harmonies of #AF0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EEC

Black with #AF0EEC

Text Example


Text Example

White with #AF0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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