Shades of Medium Red Violet #AA468A
Tints of Medium Red Violet #AA468A
RGB
CMYK
RGB Variations
Color information
#AA468A (or 0xAA468A) is known color: Medium Red Violet. HEX triplet: AA, 46 and 8A. RGB value is (170,70,138). Sum of RGB (Red+Green+Blue) = 170+70+138=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA468A is #55B975. Grayscale: #6B6B6B. Windows color (decimal): -5618038 or 9062058. OLE color: 9062058.
HSL color Cylindrical-coordinate representation of color #AA468A: hue angle of 319.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA468A is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 138 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.33 |
| HSL | 319.2º | 0.42% | 0.47% | - |
| HSV(B) | 319.2º | 0.59% | 0.67% | - |
| XYZ | 23.36 | 14.76 | 25.66 | - |
| YUV | 107.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 138 | 0 | 0.59 | 0.19 | 0.33 | 319.2 | 0.42 | 0.47 |
| Hex | AA | 46 | 8A | 0 | 3B | 13 | 21 | 13F | 2A | 2F |
| Octal | 252 | 106 | 212 | 0 | 73 | 23 | 41 | 477 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10001010 | 0 | 111011 | 10011 | 100001 | 100111111 | 101010 | 101111 |
Color Harmonies of #AA468A
Complementary color
Monochromatic Colors of #AA468A
Black with #AA468A
Text Example
Text Example
White with #AA468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA468A; }
p { color: rgb(170,70,138); }
H1.HeaderClassName
{
color: #AA468A;
}
.AnyTagClassName
{
color: #AA468A;
}
</style>
background-color css
<style>
a { background-color: #AA468A; }
a { background-color: rgb(170,70,138); }
div.DivClassName
{
background-color: #AA468A;
}
.BgClassName
{
background-color: #AA468A;
}
</style>
border-color css
<style>
span { border-color: #AA468A; }
span { border-color: rgb(170,70,138); }
td.TdClassName
{
border-color: #AA468A;
}
.TagClassName
{
border-color: #AA468A;
}
</style>