Html Css Color HEX #AA0D87 Medium Violet Red

📋 copy color: '#AA0D87'

red 170 ◦ green 13 ◦ blue 135

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

Shades of Medium Violet Red #AA0D87

Tints of Medium Violet Red #AA0D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

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

R = 53.46%
G = 4.09%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0D87 (or 0xAA0D87) is known color: Medium Violet Red. HEX triplet: AA, 0D and 87. RGB value is (170,13,135). Sum of RGB (Red+Green+Blue) = 170+13+135=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D87 is #55F278. Grayscale: #494949. Windows color (decimal): -5632633 or 8850858. OLE color: 8850858.

HSL color Cylindrical-coordinate representation of color #AA0D87: hue angle of 313.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D87 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 13 135 -
CMYK 0 0.92 0.21 0.33
HSL 313.38º 0.86% 0.36% -
HSV(B) 313.38º 0.92% 0.67% -
XYZ 21.09 10.58 23.85 -
YUV 73.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 170 13 135 0 0.92 0.21 0.33 313.38 0.86 0.36
Hex AA D 87 0 5C 15 21 139 56 24
Octal 252 15 207 0 134 25 41 471 126 44
Binary 10101010 1101 10000111 0 1011100 10101 100001 100111001 1010110 100100

Color Harmonies of #AA0D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D87

Black with #AA0D87

Text Example


Text Example

White with #AA0D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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