Html Css Color HEX #AA0981 Medium Violet Red

📋 copy color: '#AA0981'

red 170 ◦ green 9 ◦ blue 129

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

Shades of Medium Violet Red #AA0981

Tints of Medium Violet Red #AA0981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 55.19%
G = 2.92%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA0981 (or 0xAA0981) is known color: Medium Violet Red. HEX triplet: AA, 09 and 81. RGB value is (170,9,129). Sum of RGB (Red+Green+Blue) = 170+9+129=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0981 is #55F67E. Grayscale: #464646. Windows color (decimal): -5633663 or 8456618. OLE color: 8456618.

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

Color convert

RGB 170 9 129 -
CMYK 0 0.95 0.24 0.33
HSL 315.28º 0.9% 0.35% -
HSV(B) 315.28º 0.95% 0.67% -
XYZ 20.64 10.33 21.67 -
YUV 70.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 170 9 129 0 0.95 0.24 0.33 315.28 0.9 0.35
Hex AA 9 81 0 5F 18 21 13B 5A 23
Octal 252 11 201 0 137 30 41 473 132 43
Binary 10101010 1001 10000001 0 1011111 11000 100001 100111011 1011010 100011

Color Harmonies of #AA0981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0981

Black with #AA0981

Text Example


Text Example

White with #AA0981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0981; }

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

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

background-color css

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

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

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

border-color css

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

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

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