Html Css Color HEX #AC0CEE Electric Purple

📋 copy color: '#AC0CEE'

red 172 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #AC0CEE

Tints of Electric Purple #AC0CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

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

R = 40.76%
G = 2.84%
B = 56.4%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC0CEE (or 0xAC0CEE) is known color: Electric Purple. HEX triplet: AC, 0C and EE. RGB value is (172,12,238). Sum of RGB (Red+Green+Blue) = 172+12+238=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC0CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CEE is #53F311. Grayscale: #545454. Windows color (decimal): -5501714 or 15600812. OLE color: 15600812.

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

Color convert

RGB 172 12 238 -
CMYK 0.28 0.95 0 0.07
HSL 282.48º 0.9% 0.49% -
HSV(B) 282.48º 0.95% 0.93% -
XYZ 32.58 15.21 82.11 -
YUV 85.6 214.01 189.62 -
System Red Green Blue C M Y K H S L
Decimal 172 12 238 0.28 0.95 0 0.07 282.48 0.9 0.49
Hex AC C EE 1C 5F 0 7 11A 5A 31
Octal 254 14 356 34 137 0 7 432 132 61
Binary 10101100 1100 11101110 11100 1011111 0 111 100011010 1011010 110001

Color Harmonies of #AC0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CEE

Black with #AC0CEE

Text Example


Text Example

White with #AC0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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