Html Css Color HEX #AA1E81 Medium Red Violet

📋 copy color: '#AA1E81'

red 170 ◦ green 30 ◦ blue 129

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

Shades of Medium Red Violet #AA1E81

Tints of Medium Red Violet #AA1E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 51.67%
G = 9.12%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA1E81 (or 0xAA1E81) is known color: Medium Red Violet. HEX triplet: AA, 1E and 81. RGB value is (170,30,129). Sum of RGB (Red+Green+Blue) = 170+30+129=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E81 is #55E17E. Grayscale: #525252. Windows color (decimal): -5628287 or 8461994. OLE color: 8461994.

HSL color Cylindrical-coordinate representation of color #AA1E81: hue angle of 317.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E81 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 129 -
CMYK 0 0.82 0.24 0.33
HSL 317.57º 0.7% 0.39% -
HSV(B) 317.57º 0.82% 0.67% -
XYZ 21 11.06 21.8 -
YUV 83.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 170 30 129 0 0.82 0.24 0.33 317.57 0.7 0.39
Hex AA 1E 81 0 52 18 21 13E 46 27
Octal 252 36 201 0 122 30 41 476 106 47
Binary 10101010 11110 10000001 0 1010010 11000 100001 100111110 1000110 100111

Color Harmonies of #AA1E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E81

Black with #AA1E81

Text Example


Text Example

White with #AA1E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E81; }

 p { color: rgb(170,30,129); }

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

background-color css

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

 a { background-color: rgb(170,30,129); }

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

border-color css

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

 span { border-color: rgb(170,30,129); }

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