Html Css Color HEX #AA10EE Electric Purple

📋 copy color: '#AA10EE'

red 170 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #AA10EE

Tints of Electric Purple #AA10EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.77%

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

R = 40.09%
G = 3.77%
B = 56.13%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA10EE (or 0xAA10EE) is known color: Electric Purple. HEX triplet: AA, 10 and EE. RGB value is (170,16,238). Sum of RGB (Red+Green+Blue) = 170+16+238=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA10EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10EE is #55EF11. Grayscale: #565656. Windows color (decimal): -5631762 or 15601834. OLE color: 15601834.

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

Color convert

RGB 170 16 238 -
CMYK 0.29 0.93 0 0.07
HSL 281.62º 0.87% 0.5% -
HSV(B) 281.62º 0.93% 0.93% -
XYZ 32.2 15.09 82.1 -
YUV 87.35 213.02 186.95 -
System Red Green Blue C M Y K H S L
Decimal 170 16 238 0.29 0.93 0 0.07 281.62 0.87 0.5
Hex AA 10 EE 1D 5D 0 7 11A 57 32
Octal 252 20 356 35 135 0 7 432 127 62
Binary 10101010 10000 11101110 11101 1011101 0 111 100011010 1010111 110010

Color Harmonies of #AA10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10EE

Black with #AA10EE

Text Example


Text Example

White with #AA10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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