Html Css Color HEX #AC0DEE Electric Purple

📋 copy color: '#AC0DEE'

red 172 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #AC0DEE

Tints of Electric Purple #AC0DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

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

R = 40.66%
G = 3.07%
B = 56.26%

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

#AC0DEE (or 0xAC0DEE) is known color: Electric Purple. HEX triplet: AC, 0D and EE. RGB value is (172,13,238). Sum of RGB (Red+Green+Blue) = 172+13+238=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC0DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0DEE is #53F211. Grayscale: #555555. Windows color (decimal): -5501458 or 15601068. OLE color: 15601068.

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

Color convert

RGB 172 13 238 -
CMYK 0.28 0.95 0 0.07
HSL 282.4º 0.9% 0.49% -
HSV(B) 282.4º 0.95% 0.93% -
XYZ 32.59 15.23 82.11 -
YUV 86.19 213.68 189.2 -
System Red Green Blue C M Y K H S L
Decimal 172 13 238 0.28 0.95 0 0.07 282.4 0.9 0.49
Hex AC D EE 1C 5F 0 7 11A 5A 31
Octal 254 15 356 34 137 0 7 432 132 61
Binary 10101100 1101 11101110 11100 1011111 0 111 100011010 1011010 110001

Color Harmonies of #AC0DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DEE

Black with #AC0DEE

Text Example


Text Example

White with #AC0DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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