Html Css Color HEX #AC0EEE Electric Purple

📋 copy color: '#AC0EEE'

red 172 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #AC0EEE

Tints of Electric Purple #AC0EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.13%

R = 40.57%
G = 3.3%
B = 56.13%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC0EEE (or 0xAC0EEE) is known color: Electric Purple. HEX triplet: AC, 0E and EE. RGB value is (172,14,238). Sum of RGB (Red+Green+Blue) = 172+14+238=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC0EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EEE is #53F111. Grayscale: #565656. Windows color (decimal): -5501202 or 15601324. OLE color: 15601324.

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

Color convert

RGB 172 14 238 -
CMYK 0.28 0.94 0 0.07
HSL 282.32º 0.89% 0.49% -
HSV(B) 282.32º 0.94% 0.93% -
XYZ 32.6 15.26 82.12 -
YUV 86.78 213.35 188.79 -
System Red Green Blue C M Y K H S L
Decimal 172 14 238 0.28 0.94 0 0.07 282.32 0.89 0.49
Hex AC E EE 1C 5E 0 7 11A 59 31
Octal 254 16 356 34 136 0 7 432 131 61
Binary 10101100 1110 11101110 11100 1011110 0 111 100011010 1011001 110001

Color Harmonies of #AC0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EEE

Black with #AC0EEE

Text Example


Text Example

White with #AC0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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