Html Css Color HEX #AA0CEE Electric Purple

📋 copy color: '#AA0CEE'

red 170 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #AA0CEE

Tints of Electric Purple #AA0CEE

RGB

 RED value IS 170 (66.8% from 255) = 40.48%

 GREEN value IS 12 (5.08% from 255) = 2.86%

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

R = 40.48%
G = 2.86%
B = 56.67%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA0CEE (or 0xAA0CEE) is known color: Electric Purple. HEX triplet: AA, 0C and EE. RGB value is (170,12,238). Sum of RGB (Red+Green+Blue) = 170+12+238=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA0CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0CEE is #55F311. Grayscale: #545454. Windows color (decimal): -5632786 or 15600810. OLE color: 15600810.

HSL color Cylindrical-coordinate representation of color #AA0CEE: hue angle of 281.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CEE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 12 238 -
CMYK 0.29 0.95 0 0.07
HSL 281.95º 0.9% 0.49% -
HSV(B) 281.95º 0.95% 0.93% -
XYZ 32.14 14.98 82.09 -
YUV 85.01 214.35 188.62 -
System Red Green Blue C M Y K H S L
Decimal 170 12 238 0.29 0.95 0 0.07 281.95 0.9 0.49
Hex AA C EE 1D 5F 0 7 11A 5A 31
Octal 252 14 356 35 137 0 7 432 132 61
Binary 10101010 1100 11101110 11101 1011111 0 111 100011010 1011010 110001

Color Harmonies of #AA0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CEE

Black with #AA0CEE

Text Example


Text Example

White with #AA0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CEE; }

 p { color: rgb(170,12,238); }

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

background-color css

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

 a { background-color: rgb(170,12,238); }

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

border-color css

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

 span { border-color: rgb(170,12,238); }

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