Html Css Color HEX #AC15EA Electric Purple

📋 copy color: '#AC15EA'

red 172 ◦ green 21 ◦ blue 234

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

Shades of Electric Purple #AC15EA

Tints of Electric Purple #AC15EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.92%

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

R = 40.28%
G = 4.92%
B = 54.8%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC15EA (or 0xAC15EA) is known color: Electric Purple. HEX triplet: AC, 15 and EA. RGB value is (172,21,234). Sum of RGB (Red+Green+Blue) = 172+21+234=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC15EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC15EA is #53EA15. Grayscale: #595959. Windows color (decimal): -5499414 or 15340972. OLE color: 15340972.

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

Color convert

RGB 172 21 234 -
CMYK 0.26 0.91 0 0.08
HSL 282.54º 0.84% 0.5% -
HSV(B) 282.54º 0.91% 0.92% -
XYZ 32.13 15.25 79.09 -
YUV 90.43 209.03 186.18 -
System Red Green Blue C M Y K H S L
Decimal 172 21 234 0.26 0.91 0 0.08 282.54 0.84 0.5
Hex AC 15 EA 1A 5B 0 8 11B 54 32
Octal 254 25 352 32 133 0 10 433 124 62
Binary 10101100 10101 11101010 11010 1011011 0 1000 100011011 1010100 110010

Color Harmonies of #AC15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15EA

Black with #AC15EA

Text Example


Text Example

White with #AC15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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