Html Css Color HEX #AA0987 Medium Violet Red

📋 copy color: '#AA0987'

red 170 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #AA0987

Tints of Medium Violet Red #AA0987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 54.14%
G = 2.87%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0987 (or 0xAA0987) is known color: Medium Violet Red. HEX triplet: AA, 09 and 87. RGB value is (170,9,135). Sum of RGB (Red+Green+Blue) = 170+9+135=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0987 is #55F678. Grayscale: #474747. Windows color (decimal): -5633657 or 8849834. OLE color: 8849834.

HSL color Cylindrical-coordinate representation of color #AA0987: hue angle of 313.04º 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 #AA0987 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 135 -
CMYK 0 0.95 0.21 0.33
HSL 313.04º 0.9% 0.35% -
HSV(B) 313.04º 0.95% 0.67% -
XYZ 21.05 10.49 23.84 -
YUV 71.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 170 9 135 0 0.95 0.21 0.33 313.04 0.9 0.35
Hex AA 9 87 0 5F 15 21 139 5A 23
Octal 252 11 207 0 137 25 41 471 132 43
Binary 10101010 1001 10000111 0 1011111 10101 100001 100111001 1011010 100011

Color Harmonies of #AA0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0987

Black with #AA0987

Text Example


Text Example

White with #AA0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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