Html Css Color HEX #AC13EA Electric Purple

📋 copy color: '#AC13EA'

red 172 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #AC13EA

Tints of Electric Purple #AC13EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.47%

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

R = 40.47%
G = 4.47%
B = 55.06%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC13EA (or 0xAC13EA) is known color: Electric Purple. HEX triplet: AC, 13 and EA. RGB value is (172,19,234). Sum of RGB (Red+Green+Blue) = 172+19+234=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC13EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC13EA is #53EC15. Grayscale: #585858. Windows color (decimal): -5499926 or 15340460. OLE color: 15340460.

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

Color convert

RGB 172 19 234 -
CMYK 0.26 0.92 0 0.08
HSL 282.7º 0.85% 0.5% -
HSV(B) 282.7º 0.92% 0.92% -
XYZ 32.1 15.18 79.08 -
YUV 89.26 209.69 187.02 -
System Red Green Blue C M Y K H S L
Decimal 172 19 234 0.26 0.92 0 0.08 282.7 0.85 0.5
Hex AC 13 EA 1A 5C 0 8 11B 55 32
Octal 254 23 352 32 134 0 10 433 125 62
Binary 10101100 10011 11101010 11010 1011100 0 1000 100011011 1010101 110010

Color Harmonies of #AC13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13EA

Black with #AC13EA

Text Example


Text Example

White with #AC13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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