Shades of Medium Red Violet #A9468A
Tints of Medium Red Violet #A9468A
RGB
CMYK
RGB Variations
Color information
#A9468A (or 0xA9468A) is known color: Medium Red Violet. HEX triplet: A9, 46 and 8A. RGB value is (169,70,138). Sum of RGB (Red+Green+Blue) = 169+70+138=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9468A is #56B975. Grayscale: #6B6B6B. Windows color (decimal): -5683574 or 9062057. OLE color: 9062057.
HSL color Cylindrical-coordinate representation of color #A9468A: hue angle of 318.79º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9468A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 138 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.34 |
| HSL | 318.79º | 0.41% | 0.47% | - |
| HSV(B) | 318.79º | 0.59% | 0.66% | - |
| XYZ | 23.14 | 14.65 | 25.65 | - |
| YUV | 107.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 138 | 0 | 0.59 | 0.18 | 0.34 | 318.79 | 0.41 | 0.47 |
| Hex | A9 | 46 | 8A | 0 | 3B | 12 | 22 | 13F | 29 | 2F |
| Octal | 251 | 106 | 212 | 0 | 73 | 22 | 42 | 477 | 51 | 57 |
| Binary | 10101001 | 1000110 | 10001010 | 0 | 111011 | 10010 | 100010 | 100111111 | 101001 | 101111 |
Color Harmonies of #A9468A
Complementary color
Monochromatic Colors of #A9468A
Black with #A9468A
Text Example
Text Example
White with #A9468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9468A; }
p { color: rgb(169,70,138); }
H1.HeaderClassName
{
color: #A9468A;
}
.AnyTagClassName
{
color: #A9468A;
}
</style>
background-color css
<style>
a { background-color: #A9468A; }
a { background-color: rgb(169,70,138); }
div.DivClassName
{
background-color: #A9468A;
}
.BgClassName
{
background-color: #A9468A;
}
</style>
border-color css
<style>
span { border-color: #A9468A; }
span { border-color: rgb(169,70,138); }
td.TdClassName
{
border-color: #A9468A;
}
.TagClassName
{
border-color: #A9468A;
}
</style>