Shades of Medium Red Violet #AA309B
Tints of Medium Red Violet #AA309B
RGB
CMYK
RGB Variations
Color information
#AA309B (or 0xAA309B) is known color: Medium Red Violet. HEX triplet: AA, 30 and 9B. RGB value is (170,48,155). Sum of RGB (Red+Green+Blue) = 170+48+155=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA309B is #55CF64. Grayscale: #606060. Windows color (decimal): -5623653 or 10170538. OLE color: 10170538.
HSL color Cylindrical-coordinate representation of color #AA309B: hue angle of 307.38º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA309B is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 155 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.33 |
| HSL | 307.38º | 0.56% | 0.43% | - |
| HSV(B) | 307.38º | 0.72% | 0.67% | - |
| XYZ | 23.55 | 13.03 | 32.28 | - |
| YUV | 96.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 155 | 0 | 0.72 | 0.09 | 0.33 | 307.38 | 0.56 | 0.43 |
| Hex | AA | 30 | 9B | 0 | 48 | 9 | 21 | 133 | 38 | 2B |
| Octal | 252 | 60 | 233 | 0 | 110 | 11 | 41 | 463 | 70 | 53 |
| Binary | 10101010 | 110000 | 10011011 | 0 | 1001000 | 1001 | 100001 | 100110011 | 111000 | 101011 |
Color Harmonies of #AA309B
Complementary color
Monochromatic Colors of #AA309B
Black with #AA309B
Text Example
Text Example
White with #AA309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA309B; }
p { color: rgb(170,48,155); }
H1.HeaderClassName
{
color: #AA309B;
}
.AnyTagClassName
{
color: #AA309B;
}
</style>
background-color css
<style>
a { background-color: #AA309B; }
a { background-color: rgb(170,48,155); }
div.DivClassName
{
background-color: #AA309B;
}
.BgClassName
{
background-color: #AA309B;
}
</style>
border-color css
<style>
span { border-color: #AA309B; }
span { border-color: rgb(170,48,155); }
td.TdClassName
{
border-color: #AA309B;
}
.TagClassName
{
border-color: #AA309B;
}
</style>