Html Css Color HEX #AA12ED Electric Purple

📋 copy color: '#AA12ED'

red 170 ◦ green 18 ◦ blue 237

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

Shades of Electric Purple #AA12ED

Tints of Electric Purple #AA12ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.24%

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 40%
G = 4.24%
B = 55.76%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA12ED (or 0xAA12ED) is known color: Electric Purple. HEX triplet: AA, 12 and ED. RGB value is (170,18,237). Sum of RGB (Red+Green+Blue) = 170+18+237=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA12ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12ED is #55ED12. Grayscale: #575757. Windows color (decimal): -5631251 or 15536810. OLE color: 15536810.

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

Color convert

RGB 170 18 237 -
CMYK 0.28 0.92 0 0.07
HSL 281.64º 0.86% 0.5% -
HSV(B) 281.64º 0.92% 0.93% -
XYZ 32.08 15.09 81.34 -
YUV 88.41 211.86 186.19 -
System Red Green Blue C M Y K H S L
Decimal 170 18 237 0.28 0.92 0 0.07 281.64 0.86 0.5
Hex AA 12 ED 1C 5C 0 7 11A 56 32
Octal 252 22 355 34 134 0 7 432 126 62
Binary 10101010 10010 11101101 11100 1011100 0 111 100011010 1010110 110010

Color Harmonies of #AA12ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12ED

Black with #AA12ED

Text Example


Text Example

White with #AA12ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12ED; }

 p { color: rgb(170,18,237); }

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

background-color css

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

 a { background-color: rgb(170,18,237); }

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

border-color css

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

 span { border-color: rgb(170,18,237); }

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