Html Css Color HEX #AA0E86 Medium Violet Red

📋 copy color: '#AA0E86'

red 170 ◦ green 14 ◦ blue 134

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

Shades of Medium Violet Red #AA0E86

Tints of Medium Violet Red #AA0E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.4%

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

R = 53.46%
G = 4.4%
B = 42.14%

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

#AA0E86 (or 0xAA0E86) is known color: Medium Violet Red. HEX triplet: AA, 0E and 86. RGB value is (170,14,134). Sum of RGB (Red+Green+Blue) = 170+14+134=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E86 is #55F179. Grayscale: #4A4A4A. Windows color (decimal): -5632378 or 8785578. OLE color: 8785578.

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

Color convert

RGB 170 14 134 -
CMYK 0 0.92 0.21 0.33
HSL 313.85º 0.85% 0.36% -
HSV(B) 313.85º 0.92% 0.67% -
XYZ 21.04 10.58 23.49 -
YUV 74.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 170 14 134 0 0.92 0.21 0.33 313.85 0.85 0.36
Hex AA E 86 0 5C 15 21 13A 55 24
Octal 252 16 206 0 134 25 41 472 125 44
Binary 10101010 1110 10000110 0 1011100 10101 100001 100111010 1010101 100100

Color Harmonies of #AA0E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E86

Black with #AA0E86

Text Example


Text Example

White with #AA0E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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