Shades of Medium Red Violet #AA269B
Tints of Medium Red Violet #AA269B
RGB
CMYK
RGB Variations
Color information
#AA269B (or 0xAA269B) is known color: Medium Red Violet. HEX triplet: AA, 26 and 9B. RGB value is (170,38,155). Sum of RGB (Red+Green+Blue) = 170+38+155=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA269B is #55D964. Grayscale: #5A5A5A. Windows color (decimal): -5626213 or 10167978. OLE color: 10167978.
HSL color Cylindrical-coordinate representation of color #AA269B: hue angle of 306.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA269B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 155 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.33 |
| HSL | 306.82º | 0.63% | 0.41% | - |
| HSV(B) | 306.82º | 0.78% | 0.67% | - |
| XYZ | 23.19 | 12.3 | 32.16 | - |
| YUV | 90.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 155 | 0 | 0.78 | 0.09 | 0.33 | 306.82 | 0.63 | 0.41 |
| Hex | AA | 26 | 9B | 0 | 4E | 9 | 21 | 133 | 3F | 29 |
| Octal | 252 | 46 | 233 | 0 | 116 | 11 | 41 | 463 | 77 | 51 |
| Binary | 10101010 | 100110 | 10011011 | 0 | 1001110 | 1001 | 100001 | 100110011 | 111111 | 101001 |
Color Harmonies of #AA269B
Complementary color
Monochromatic Colors of #AA269B
Black with #AA269B
Text Example
Text Example
White with #AA269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA269B; }
p { color: rgb(170,38,155); }
H1.HeaderClassName
{
color: #AA269B;
}
.AnyTagClassName
{
color: #AA269B;
}
</style>
background-color css
<style>
a { background-color: #AA269B; }
a { background-color: rgb(170,38,155); }
div.DivClassName
{
background-color: #AA269B;
}
.BgClassName
{
background-color: #AA269B;
}
</style>
border-color css
<style>
span { border-color: #AA269B; }
span { border-color: rgb(170,38,155); }
td.TdClassName
{
border-color: #AA269B;
}
.TagClassName
{
border-color: #AA269B;
}
</style>