Html Css Color HEX #AA05EE Electric Purple

📋 copy color: '#AA05EE'

red 170 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #AA05EE

Tints of Electric Purple #AA05EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 41.16%
G = 1.21%
B = 57.63%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA05EE (or 0xAA05EE) is known color: Electric Purple. HEX triplet: AA, 05 and EE. RGB value is (170,5,238). Sum of RGB (Red+Green+Blue) = 170+5+238=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA05EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA05EE is #55FA11. Grayscale: #505050. Windows color (decimal): -5634578 or 15599018. OLE color: 15599018.

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

Color convert

RGB 170 5 238 -
CMYK 0.29 0.98 0 0.07
HSL 282.49º 0.96% 0.48% -
HSV(B) 282.49º 0.98% 0.93% -
XYZ 32.06 14.83 82.06 -
YUV 80.9 216.66 191.55 -
System Red Green Blue C M Y K H S L
Decimal 170 5 238 0.29 0.98 0 0.07 282.49 0.96 0.48
Hex AA 5 EE 1D 62 0 7 11A 60 30
Octal 252 5 356 35 142 0 7 432 140 60
Binary 10101010 101 11101110 11101 1100010 0 111 100011010 1100000 110000

Color Harmonies of #AA05EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05EE

Black with #AA05EE

Text Example


Text Example

White with #AA05EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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