Html Css Color HEX #AC0DE8 Electric Purple

📋 copy color: '#AC0DE8'

red 172 ◦ green 13 ◦ blue 232

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

Shades of Electric Purple #AC0DE8

Tints of Electric Purple #AC0DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.64%

R = 41.25%
G = 3.12%
B = 55.64%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC0DE8 (or 0xAC0DE8) is known color: Electric Purple. HEX triplet: AC, 0D and E8. RGB value is (172,13,232). Sum of RGB (Red+Green+Blue) = 172+13+232=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC0DE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0DE8 is #53F217. Grayscale: #545454. Windows color (decimal): -5501464 or 15207852. OLE color: 15207852.

HSL color Cylindrical-coordinate representation of color #AC0DE8: hue angle of 283.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DE8 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 13 232 -
CMYK 0.26 0.94 0 0.09
HSL 283.56º 0.89% 0.48% -
HSV(B) 283.56º 0.94% 0.91% -
XYZ 31.72 14.88 77.55 -
YUV 85.51 210.68 189.69 -
System Red Green Blue C M Y K H S L
Decimal 172 13 232 0.26 0.94 0 0.09 283.56 0.89 0.48
Hex AC D E8 1A 5E 0 9 11C 59 30
Octal 254 15 350 32 136 0 11 434 131 60
Binary 10101100 1101 11101000 11010 1011110 0 1001 100011100 1011001 110000

Color Harmonies of #AC0DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DE8

Black with #AC0DE8

Text Example


Text Example

White with #AC0DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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