Html Css Color HEX #AA08EE Electric Purple

📋 copy color: '#AA08EE'

red 170 ◦ green 8 ◦ blue 238

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

Shades of Electric Purple #AA08EE

Tints of Electric Purple #AA08EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.92%

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

R = 40.87%
G = 1.92%
B = 57.21%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA08EE (or 0xAA08EE) is known color: Electric Purple. HEX triplet: AA, 08 and EE. RGB value is (170,8,238). Sum of RGB (Red+Green+Blue) = 170+8+238=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA08EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA08EE is #55F711. Grayscale: #515151. Windows color (decimal): -5633810 or 15599786. OLE color: 15599786.

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

Color convert

RGB 170 8 238 -
CMYK 0.29 0.97 0 0.07
HSL 282.26º 0.93% 0.48% -
HSV(B) 282.26º 0.97% 0.93% -
XYZ 32.1 14.89 82.07 -
YUV 82.66 215.67 190.3 -
System Red Green Blue C M Y K H S L
Decimal 170 8 238 0.29 0.97 0 0.07 282.26 0.93 0.48
Hex AA 8 EE 1D 61 0 7 11A 5D 30
Octal 252 10 356 35 141 0 7 432 135 60
Binary 10101010 1000 11101110 11101 1100001 0 111 100011010 1011101 110000

Color Harmonies of #AA08EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08EE

Black with #AA08EE

Text Example


Text Example

White with #AA08EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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