Html Css Color HEX #AC0EEB Electric Purple

📋 copy color: '#AC0EEB'

red 172 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #AC0EEB

Tints of Electric Purple #AC0EEB

RGB

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

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

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

R = 40.86%
G = 3.33%
B = 55.82%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC0EEB (or 0xAC0EEB) is known color: Electric Purple. HEX triplet: AC, 0E and EB. RGB value is (172,14,235). Sum of RGB (Red+Green+Blue) = 172+14+235=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EEB is #53F114. Grayscale: #555555. Windows color (decimal): -5501205 or 15404716. OLE color: 15404716.

HSL color Cylindrical-coordinate representation of color #AC0EEB: hue angle of 282.9º 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 #AC0EEB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 14 235 -
CMYK 0.27 0.94 0 0.08
HSL 282.9º 0.89% 0.49% -
HSV(B) 282.9º 0.94% 0.92% -
XYZ 32.17 15.08 79.81 -
YUV 86.44 211.85 189.03 -
System Red Green Blue C M Y K H S L
Decimal 172 14 235 0.27 0.94 0 0.08 282.9 0.89 0.49
Hex AC E EB 1B 5E 0 8 11B 59 31
Octal 254 16 353 33 136 0 10 433 131 61
Binary 10101100 1110 11101011 11011 1011110 0 1000 100011011 1011001 110001

Color Harmonies of #AC0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EEB

Black with #AC0EEB

Text Example


Text Example

White with #AC0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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