Html Css Color HEX #AC02EE Electric Purple

📋 copy color: '#AC02EE'

red 172 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #AC02EE

Tints of Electric Purple #AC02EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 41.75%
G = 0.49%
B = 57.77%

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

#AC02EE (or 0xAC02EE) is known color: Electric Purple. HEX triplet: AC, 02 and EE. RGB value is (172,2,238). Sum of RGB (Red+Green+Blue) = 172+2+238=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC02EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02EE is #53FD11. Grayscale: #4E4E4E. Windows color (decimal): -5504274 or 15598252. OLE color: 15598252.

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

Color convert

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

Color Harmonies of #AC02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02EE

Black with #AC02EE

Text Example


Text Example

White with #AC02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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