Html Css Color HEX #AA0986 Medium Violet Red

📋 copy color: '#AA0986'

red 170 ◦ green 9 ◦ blue 134

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

Shades of Medium Violet Red #AA0986

Tints of Medium Violet Red #AA0986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.81%

R = 54.31%
G = 2.88%
B = 42.81%

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

#AA0986 (or 0xAA0986) is known color: Medium Violet Red. HEX triplet: AA, 09 and 86. RGB value is (170,9,134). Sum of RGB (Red+Green+Blue) = 170+9+134=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0986 is #55F679. Grayscale: #474747. Windows color (decimal): -5633658 or 8784298. OLE color: 8784298.

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

Color convert

RGB 170 9 134 -
CMYK 0 0.95 0.21 0.33
HSL 313.42º 0.9% 0.35% -
HSV(B) 313.42º 0.95% 0.67% -
XYZ 20.98 10.46 23.47 -
YUV 71.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 170 9 134 0 0.95 0.21 0.33 313.42 0.9 0.35
Hex AA 9 86 0 5F 15 21 139 5A 23
Octal 252 11 206 0 137 25 41 471 132 43
Binary 10101010 1001 10000110 0 1011111 10101 100001 100111001 1011010 100011

Color Harmonies of #AA0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0986

Black with #AA0986

Text Example


Text Example

White with #AA0986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0986; }

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

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

background-color css

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

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

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

border-color css

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

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

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