Html Css Color HEX #AC10EA Electric Purple

📋 copy color: '#AC10EA'

red 172 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #AC10EA

Tints of Electric Purple #AC10EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.79%

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

R = 40.76%
G = 3.79%
B = 55.45%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC10EA (or 0xAC10EA) is known color: Electric Purple. HEX triplet: AC, 10 and EA. RGB value is (172,16,234). Sum of RGB (Red+Green+Blue) = 172+16+234=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC10EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC10EA is #53EF15. Grayscale: #565656. Windows color (decimal): -5500694 or 15339692. OLE color: 15339692.

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

Color convert

RGB 172 16 234 -
CMYK 0.26 0.93 0 0.08
HSL 282.94º 0.87% 0.49% -
HSV(B) 282.94º 0.93% 0.92% -
XYZ 32.05 15.08 79.06 -
YUV 87.5 210.68 188.27 -
System Red Green Blue C M Y K H S L
Decimal 172 16 234 0.26 0.93 0 0.08 282.94 0.87 0.49
Hex AC 10 EA 1A 5D 0 8 11B 57 31
Octal 254 20 352 32 135 0 10 433 127 61
Binary 10101100 10000 11101010 11010 1011101 0 1000 100011011 1010111 110001

Color Harmonies of #AC10EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10EA

Black with #AC10EA

Text Example


Text Example

White with #AC10EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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