Shades of Medium Violet Red #AA108C
Tints of Medium Violet Red #AA108C
RGB
CMYK
RGB Variations
Color information
#AA108C (or 0xAA108C) is known color: Medium Violet Red. HEX triplet: AA, 10 and 8C. RGB value is (170,16,140). Sum of RGB (Red+Green+Blue) = 170+16+140=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA108C is #55EF73. Grayscale: #4B4B4B. Windows color (decimal): -5631860 or 9179306. OLE color: 9179306.
HSL color Cylindrical-coordinate representation of color #AA108C: hue angle of 311.69º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA108C is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 140 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.33 |
| HSL | 311.69º | 0.83% | 0.36% | - |
| HSV(B) | 311.69º | 0.91% | 0.67% | - |
| XYZ | 21.5 | 10.81 | 25.76 | - |
| YUV | 76.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 140 | 0 | 0.91 | 0.18 | 0.33 | 311.69 | 0.83 | 0.36 |
| Hex | AA | 10 | 8C | 0 | 5B | 12 | 21 | 138 | 53 | 24 |
| Octal | 252 | 20 | 214 | 0 | 133 | 22 | 41 | 470 | 123 | 44 |
| Binary | 10101010 | 10000 | 10001100 | 0 | 1011011 | 10010 | 100001 | 100111000 | 1010011 | 100100 |
Color Harmonies of #AA108C
Complementary color
Monochromatic Colors of #AA108C
Black with #AA108C
Text Example
Text Example
White with #AA108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA108C; }
p { color: rgb(170,16,140); }
H1.HeaderClassName
{
color: #AA108C;
}
.AnyTagClassName
{
color: #AA108C;
}
</style>
background-color css
<style>
a { background-color: #AA108C; }
a { background-color: rgb(170,16,140); }
div.DivClassName
{
background-color: #AA108C;
}
.BgClassName
{
background-color: #AA108C;
}
</style>
border-color css
<style>
span { border-color: #AA108C; }
span { border-color: rgb(170,16,140); }
td.TdClassName
{
border-color: #AA108C;
}
.TagClassName
{
border-color: #AA108C;
}
</style>