Html Css Color HEX #AA0D83 Medium Violet Red

📋 copy color: '#AA0D83'

red 170 ◦ green 13 ◦ blue 131

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

Shades of Medium Violet Red #AA0D83

Tints of Medium Violet Red #AA0D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 54.14%
G = 4.14%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA0D83 (or 0xAA0D83) is known color: Medium Violet Red. HEX triplet: AA, 0D and 83. RGB value is (170,13,131). Sum of RGB (Red+Green+Blue) = 170+13+131=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D83 is #55F27C. Grayscale: #494949. Windows color (decimal): -5632637 or 8588714. OLE color: 8588714.

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

Color convert

RGB 170 13 131 -
CMYK 0 0.92 0.23 0.33
HSL 314.9º 0.86% 0.36% -
HSV(B) 314.9º 0.92% 0.67% -
XYZ 20.82 10.47 22.4 -
YUV 73.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 170 13 131 0 0.92 0.23 0.33 314.9 0.86 0.36
Hex AA D 83 0 5C 17 21 13B 56 24
Octal 252 15 203 0 134 27 41 473 126 44
Binary 10101010 1101 10000011 0 1011100 10111 100001 100111011 1010110 100100

Color Harmonies of #AA0D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D83

Black with #AA0D83

Text Example


Text Example

White with #AA0D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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