Html Css Color HEX #AC00EE Electric Purple

📋 copy color: '#AC00EE'

red 172 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #AC00EE

Tints of Electric Purple #AC00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.95%
G = 0%
B = 58.05%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC00EE (or 0xAC00EE) is known color: Electric Purple. HEX triplet: AC, 00 and EE. RGB value is (172,0,238). Sum of RGB (Red+Green+Blue) = 172+0+238=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00EE is #53FF11. Grayscale: #4D4D4D. Windows color (decimal): -5504786 or 15597740. OLE color: 15597740.

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

Color convert

RGB 172 0 238 -
CMYK 0.28 1 0 0.07
HSL 283.36º 1% 0.47% -
HSV(B) 283.36º 1% 0.93% -
XYZ 32.45 14.94 82.06 -
YUV 78.56 217.98 194.65 -
System Red Green Blue C M Y K H S L
Decimal 172 0 238 0.28 1 0 0.07 283.36 1 0.47
Hex AC 0 EE 1C 64 0 7 11B 64 2F
Octal 254 0 356 34 144 0 7 433 144 57
Binary 10101100 0 11101110 11100 1100100 0 111 100011011 1100100 101111

Color Harmonies of #AC00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00EE

Black with #AC00EE

Text Example


Text Example

White with #AC00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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