Html Css Color HEX #AC03E9 Electric Purple

📋 copy color: '#AC03E9'

red 172 ◦ green 3 ◦ blue 233

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

Shades of Electric Purple #AC03E9

Tints of Electric Purple #AC03E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 57.11%

R = 42.16%
G = 0.74%
B = 57.11%

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

#AC03E9 (or 0xAC03E9) is known color: Electric Purple. HEX triplet: AC, 03 and E9. RGB value is (172,3,233). Sum of RGB (Red+Green+Blue) = 172+3+233=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC03E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03E9 is #53FC16. Grayscale: #4F4F4F. Windows color (decimal): -5504023 or 15270828. OLE color: 15270828.

HSL color Cylindrical-coordinate representation of color #AC03E9: hue angle of 284.09º 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 #AC03E9 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 3 233 -
CMYK 0.26 0.99 0 0.09
HSL 284.09º 0.97% 0.46% -
HSV(B) 284.09º 0.99% 0.91% -
XYZ 31.75 14.72 78.26 -
YUV 79.75 214.49 193.8 -
System Red Green Blue C M Y K H S L
Decimal 172 3 233 0.26 0.99 0 0.09 284.09 0.97 0.46
Hex AC 3 E9 1A 63 0 9 11C 61 2E
Octal 254 3 351 32 143 0 11 434 141 56
Binary 10101100 11 11101001 11010 1100011 0 1001 100011100 1100001 101110

Color Harmonies of #AC03E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03E9

Black with #AC03E9

Text Example


Text Example

White with #AC03E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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