Html Css Color HEX #AC0DEA Electric Purple

📋 copy color: '#AC0DEA'

red 172 ◦ green 13 ◦ blue 234

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

Shades of Electric Purple #AC0DEA

Tints of Electric Purple #AC0DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.85%

R = 41.05%
G = 3.1%
B = 55.85%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC0DEA (or 0xAC0DEA) is known color: Electric Purple. HEX triplet: AC, 0D and EA. RGB value is (172,13,234). Sum of RGB (Red+Green+Blue) = 172+13+234=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC0DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0DEA is #53F215. Grayscale: #555555. Windows color (decimal): -5501462 or 15338924. OLE color: 15338924.

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

Color convert

RGB 172 13 234 -
CMYK 0.26 0.94 0 0.08
HSL 283.17º 0.89% 0.48% -
HSV(B) 283.17º 0.94% 0.92% -
XYZ 32.01 15 79.05 -
YUV 85.74 211.68 189.53 -
System Red Green Blue C M Y K H S L
Decimal 172 13 234 0.26 0.94 0 0.08 283.17 0.89 0.48
Hex AC D EA 1A 5E 0 8 11B 59 30
Octal 254 15 352 32 136 0 10 433 131 60
Binary 10101100 1101 11101010 11010 1011110 0 1000 100011011 1011001 110000

Color Harmonies of #AC0DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DEA

Black with #AC0DEA

Text Example


Text Example

White with #AC0DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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