Html Css Color HEX #AC03E8 Electric Purple

📋 copy color: '#AC03E8'

red 172 ◦ green 3 ◦ blue 232

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

Shades of Electric Purple #AC03E8

Tints of Electric Purple #AC03E8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 232 (91.02% from 255) = 57%

R = 42.26%
G = 0.74%
B = 57%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC03E8 (or 0xAC03E8) is known color: Electric Purple. HEX triplet: AC, 03 and E8. RGB value is (172,3,232). Sum of RGB (Red+Green+Blue) = 172+3+232=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC03E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03E8 is #53FC17. Grayscale: #4E4E4E. Windows color (decimal): -5504024 or 15205292. OLE color: 15205292.

HSL color Cylindrical-coordinate representation of color #AC03E8: hue angle of 284.28º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03E8 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 3 232 -
CMYK 0.26 0.99 0 0.09
HSL 284.28º 0.97% 0.46% -
HSV(B) 284.28º 0.99% 0.91% -
XYZ 31.61 14.66 77.51 -
YUV 79.64 213.99 193.88 -
System Red Green Blue C M Y K H S L
Decimal 172 3 232 0.26 0.99 0 0.09 284.28 0.97 0.46
Hex AC 3 E8 1A 63 0 9 11C 61 2E
Octal 254 3 350 32 143 0 11 434 141 56
Binary 10101100 11 11101000 11010 1100011 0 1001 100011100 1100001 101110

Color Harmonies of #AC03E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03E8

Black with #AC03E8

Text Example


Text Example

White with #AC03E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03E8; }

 p { color: rgb(172,3,232); }

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

background-color css

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

 a { background-color: rgb(172,3,232); }

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

border-color css

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

 span { border-color: rgb(172,3,232); }

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