Html Css Color HEX #AC0CEC Electric Purple

📋 copy color: '#AC0CEC'

red 172 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #AC0CEC

Tints of Electric Purple #AC0CEC

RGB

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

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

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

R = 40.95%
G = 2.86%
B = 56.19%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC0CEC (or 0xAC0CEC) is known color: Electric Purple. HEX triplet: AC, 0C and EC. RGB value is (172,12,236). Sum of RGB (Red+Green+Blue) = 172+12+236=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC0CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CEC is #53F313. Grayscale: #545454. Windows color (decimal): -5501716 or 15469740. OLE color: 15469740.

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

Color convert

RGB 172 12 236 -
CMYK 0.27 0.95 0 0.07
HSL 282.86º 0.9% 0.49% -
HSV(B) 282.86º 0.95% 0.93% -
XYZ 32.29 15.09 80.57 -
YUV 85.38 213.01 189.79 -
System Red Green Blue C M Y K H S L
Decimal 172 12 236 0.27 0.95 0 0.07 282.86 0.9 0.49
Hex AC C EC 1B 5F 0 7 11B 5A 31
Octal 254 14 354 33 137 0 7 433 132 61
Binary 10101100 1100 11101100 11011 1011111 0 111 100011011 1011010 110001

Color Harmonies of #AC0CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CEC

Black with #AC0CEC

Text Example


Text Example

White with #AC0CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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