Html Css Color HEX #AA0D8B Medium Violet Red

📋 copy color: '#AA0D8B'

red 170 ◦ green 13 ◦ blue 139

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

Shades of Medium Violet Red #AA0D8B

Tints of Medium Violet Red #AA0D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 52.8%
G = 4.04%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA0D8B (or 0xAA0D8B) is known color: Medium Violet Red. HEX triplet: AA, 0D and 8B. RGB value is (170,13,139). Sum of RGB (Red+Green+Blue) = 170+13+139=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D8B is #55F274. Grayscale: #494949. Windows color (decimal): -5632629 or 9113002. OLE color: 9113002.

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

Color convert

RGB 170 13 139 -
CMYK 0 0.92 0.18 0.33
HSL 311.85º 0.86% 0.36% -
HSV(B) 311.85º 0.92% 0.67% -
XYZ 21.38 10.7 25.36 -
YUV 74.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 170 13 139 0 0.92 0.18 0.33 311.85 0.86 0.36
Hex AA D 8B 0 5C 12 21 138 56 24
Octal 252 15 213 0 134 22 41 470 126 44
Binary 10101010 1101 10001011 0 1011100 10010 100001 100111000 1010110 100100

Color Harmonies of #AA0D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D8B

Black with #AA0D8B

Text Example


Text Example

White with #AA0D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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