Html Css Color HEX #AC05EA Electric Purple

📋 copy color: '#AC05EA'

red 172 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #AC05EA

Tints of Electric Purple #AC05EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 41.85%
G = 1.22%
B = 56.93%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC05EA (or 0xAC05EA) is known color: Electric Purple. HEX triplet: AC, 05 and EA. RGB value is (172,5,234). Sum of RGB (Red+Green+Blue) = 172+5+234=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC05EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC05EA is #53FA15. Grayscale: #505050. Windows color (decimal): -5503510 or 15336876. OLE color: 15336876.

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

Color convert

RGB 172 5 234 -
CMYK 0.26 0.98 0 0.08
HSL 283.76º 0.96% 0.47% -
HSV(B) 283.76º 0.98% 0.92% -
XYZ 31.92 14.82 79.02 -
YUV 81.04 214.33 192.88 -
System Red Green Blue C M Y K H S L
Decimal 172 5 234 0.26 0.98 0 0.08 283.76 0.96 0.47
Hex AC 5 EA 1A 62 0 8 11C 60 2F
Octal 254 5 352 32 142 0 10 434 140 57
Binary 10101100 101 11101010 11010 1100010 0 1000 100011100 1100000 101111

Color Harmonies of #AC05EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05EA

Black with #AC05EA

Text Example


Text Example

White with #AC05EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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