Html Css Color HEX #AA1AED Electric Purple

📋 copy color: '#AA1AED'

red 170 ◦ green 26 ◦ blue 237

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

Shades of Electric Purple #AA1AED

Tints of Electric Purple #AA1AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6%

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

R = 39.26%
G = 6%
B = 54.73%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA1AED (or 0xAA1AED) is known color: Electric Purple. HEX triplet: AA, 1A and ED. RGB value is (170,26,237). Sum of RGB (Red+Green+Blue) = 170+26+237=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA1AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1AED is #55E512. Grayscale: #5C5C5C. Windows color (decimal): -5629203 or 15538858. OLE color: 15538858.

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

Color convert

RGB 170 26 237 -
CMYK 0.28 0.89 0 0.07
HSL 280.95º 0.85% 0.52% -
HSV(B) 280.95º 0.89% 0.93% -
XYZ 32.23 15.4 81.39 -
YUV 93.11 209.21 182.84 -
System Red Green Blue C M Y K H S L
Decimal 170 26 237 0.28 0.89 0 0.07 280.95 0.85 0.52
Hex AA 1A ED 1C 59 0 7 119 55 34
Octal 252 32 355 34 131 0 7 431 125 64
Binary 10101010 11010 11101101 11100 1011001 0 111 100011001 1010101 110100

Color Harmonies of #AA1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AED

Black with #AA1AED

Text Example


Text Example

White with #AA1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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