Html Css Color HEX #AC0CED Electric Purple

📋 copy color: '#AC0CED'

red 172 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #AC0CED

Tints of Electric Purple #AC0CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 40.86%
G = 2.85%
B = 56.29%

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

#AC0CED (or 0xAC0CED) is known color: Electric Purple. HEX triplet: AC, 0C and ED. RGB value is (172,12,237). Sum of RGB (Red+Green+Blue) = 172+12+237=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CED is #53F312. Grayscale: #545454. Windows color (decimal): -5501715 or 15535276. OLE color: 15535276.

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

Color convert

RGB 172 12 237 -
CMYK 0.27 0.95 0 0.07
HSL 282.67º 0.9% 0.49% -
HSV(B) 282.67º 0.95% 0.93% -
XYZ 32.43 15.15 81.34 -
YUV 85.49 213.51 189.7 -
System Red Green Blue C M Y K H S L
Decimal 172 12 237 0.27 0.95 0 0.07 282.67 0.9 0.49
Hex AC C ED 1B 5F 0 7 11B 5A 31
Octal 254 14 355 33 137 0 7 433 132 61
Binary 10101100 1100 11101101 11011 1011111 0 111 100011011 1011010 110001

Color Harmonies of #AC0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CED

Black with #AC0CED

Text Example


Text Example

White with #AC0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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