Html Css Color HEX #AA0786 Medium Violet Red

📋 copy color: '#AA0786'

red 170 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #AA0786

Tints of Medium Violet Red #AA0786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

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

R = 54.66%
G = 2.25%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA0786 (or 0xAA0786) is known color: Medium Violet Red. HEX triplet: AA, 07 and 86. RGB value is (170,7,134). Sum of RGB (Red+Green+Blue) = 170+7+134=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0786 is #55F879. Grayscale: #454545. Windows color (decimal): -5634170 or 8783786. OLE color: 8783786.

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

Color convert

RGB 170 7 134 -
CMYK 0 0.96 0.21 0.33
HSL 313.25º 0.92% 0.35% -
HSV(B) 313.25º 0.96% 0.67% -
XYZ 20.96 10.42 23.46 -
YUV 70.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 170 7 134 0 0.96 0.21 0.33 313.25 0.92 0.35
Hex AA 7 86 0 60 15 21 139 5C 23
Octal 252 7 206 0 140 25 41 471 134 43
Binary 10101010 111 10000110 0 1100000 10101 100001 100111001 1011100 100011

Color Harmonies of #AA0786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0786

Black with #AA0786

Text Example


Text Example

White with #AA0786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0786; }

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

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

background-color css

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

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

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

border-color css

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

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

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