Html Css Color HEX #AA0C86 Medium Violet Red

📋 copy color: '#AA0C86'

red 170 ◦ green 12 ◦ blue 134

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

Shades of Medium Violet Red #AA0C86

Tints of Medium Violet Red #AA0C86

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

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

R = 53.8%
G = 3.8%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0C86 (or 0xAA0C86) is known color: Medium Violet Red. HEX triplet: AA, 0C and 86. RGB value is (170,12,134). Sum of RGB (Red+Green+Blue) = 170+12+134=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C86 is #55F379. Grayscale: #484848. Windows color (decimal): -5632890 or 8785066. OLE color: 8785066.

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

Color convert

RGB 170 12 134 -
CMYK 0 0.93 0.21 0.33
HSL 313.67º 0.87% 0.36% -
HSV(B) 313.67º 0.93% 0.67% -
XYZ 21.01 10.53 23.48 -
YUV 73.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 170 12 134 0 0.93 0.21 0.33 313.67 0.87 0.36
Hex AA C 86 0 5D 15 21 13A 57 24
Octal 252 14 206 0 135 25 41 472 127 44
Binary 10101010 1100 10000110 0 1011101 10101 100001 100111010 1010111 100100

Color Harmonies of #AA0C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C86

Black with #AA0C86

Text Example


Text Example

White with #AA0C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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