Html Css Color HEX #AA1CEE Electric Purple

📋 copy color: '#AA1CEE'

red 170 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #AA1CEE

Tints of Electric Purple #AA1CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.42%

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

R = 38.99%
G = 6.42%
B = 54.59%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA1CEE (or 0xAA1CEE) is known color: Electric Purple. HEX triplet: AA, 1C and EE. RGB value is (170,28,238). Sum of RGB (Red+Green+Blue) = 170+28+238=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA1CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CEE is #55E311. Grayscale: #5D5D5D. Windows color (decimal): -5628690 or 15604906. OLE color: 15604906.

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

Color convert

RGB 170 28 238 -
CMYK 0.29 0.88 0 0.07
HSL 280.57º 0.86% 0.52% -
HSV(B) 280.57º 0.88% 0.93% -
XYZ 32.43 15.55 82.18 -
YUV 94.4 209.04 181.92 -
System Red Green Blue C M Y K H S L
Decimal 170 28 238 0.29 0.88 0 0.07 280.57 0.86 0.52
Hex AA 1C EE 1D 58 0 7 119 56 34
Octal 252 34 356 35 130 0 7 431 126 64
Binary 10101010 11100 11101110 11101 1011000 0 111 100011001 1010110 110100

Color Harmonies of #AA1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CEE

Black with #AA1CEE

Text Example


Text Example

White with #AA1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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