Html Css Color HEX #AC0EEF Electric Purple

📋 copy color: '#AC0EEF'

red 172 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #AC0EEF

Tints of Electric Purple #AC0EEF

RGB

 RED value IS 172 (67.58% from 255) = 40.47%

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 40.47%
G = 3.29%
B = 56.24%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC0EEF (or 0xAC0EEF) is known color: Electric Purple. HEX triplet: AC, 0E and EF. RGB value is (172,14,239). Sum of RGB (Red+Green+Blue) = 172+14+239=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EEF is #53F110. Grayscale: #565656. Windows color (decimal): -5501201 or 15666860. OLE color: 15666860.

HSL color Cylindrical-coordinate representation of color #AC0EEF: hue angle of 282.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EEF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 14 239 -
CMYK 0.28 0.94 0 0.06
HSL 282.13º 0.89% 0.5% -
HSV(B) 282.13º 0.94% 0.94% -
XYZ 32.75 15.32 82.89 -
YUV 86.89 213.85 188.7 -
System Red Green Blue C M Y K H S L
Decimal 172 14 239 0.28 0.94 0 0.06 282.13 0.89 0.5
Hex AC E EF 1C 5E 0 6 11A 59 32
Octal 254 16 357 34 136 0 6 432 131 62
Binary 10101100 1110 11101111 11100 1011110 0 110 100011010 1011001 110010

Color Harmonies of #AC0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EEF

Black with #AC0EEF

Text Example


Text Example

White with #AC0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EEF; }

 p { color: rgb(172,14,239); }

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

background-color css

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

 a { background-color: rgb(172,14,239); }

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

border-color css

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

 span { border-color: rgb(172,14,239); }

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