Html Css Color HEX #AC03EE Electric Purple

📋 copy color: '#AC03EE'

red 172 ◦ green 3 ◦ blue 238

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

Shades of Electric Purple #AC03EE

Tints of Electric Purple #AC03EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 41.65%
G = 0.73%
B = 57.63%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC03EE (or 0xAC03EE) is known color: Electric Purple. HEX triplet: AC, 03 and EE. RGB value is (172,3,238). Sum of RGB (Red+Green+Blue) = 172+3+238=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC03EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03EE is #53FC11. Grayscale: #4F4F4F. Windows color (decimal): -5504018 or 15598508. OLE color: 15598508.

HSL color Cylindrical-coordinate representation of color #AC03EE: hue angle of 283.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03EE is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 3 238 -
CMYK 0.28 0.99 0 0.07
HSL 283.15º 0.98% 0.47% -
HSV(B) 283.15º 0.99% 0.93% -
XYZ 32.48 15.01 82.07 -
YUV 80.32 216.99 193.39 -
System Red Green Blue C M Y K H S L
Decimal 172 3 238 0.28 0.99 0 0.07 283.15 0.98 0.47
Hex AC 3 EE 1C 63 0 7 11B 62 2F
Octal 254 3 356 34 143 0 7 433 142 57
Binary 10101100 11 11101110 11100 1100011 0 111 100011011 1100010 101111

Color Harmonies of #AC03EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03EE

Black with #AC03EE

Text Example


Text Example

White with #AC03EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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