Shades of Rouge #A93170
Tints of Rouge #A93170
RGB
CMYK
RGB Variations
Color information
#A93170 (or 0xA93170) is known color: Rouge. HEX triplet: A9, 31 and 70. RGB value is (169,49,112). Sum of RGB (Red+Green+Blue) = 169+49+112=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A93170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93170 is #56CE8F. Grayscale: #5B5B5B. Windows color (decimal): -5688976 or 7352745. OLE color: 7352745.
HSL color Cylindrical-coordinate representation of color #A93170: hue angle of 328.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93170 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 112 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.34 |
| HSL | 328.5º | 0.55% | 0.43% | - |
| HSV(B) | 328.5º | 0.71% | 0.66% | - |
| XYZ | 20.39 | 11.8 | 16.53 | - |
| YUV | 92.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 112 | 0 | 0.71 | 0.34 | 0.34 | 328.5 | 0.55 | 0.43 |
| Hex | A9 | 31 | 70 | 0 | 47 | 22 | 22 | 148 | 37 | 2B |
| Octal | 251 | 61 | 160 | 0 | 107 | 42 | 42 | 510 | 67 | 53 |
| Binary | 10101001 | 110001 | 1110000 | 0 | 1000111 | 100010 | 100010 | 101001000 | 110111 | 101011 |
Color Harmonies of #A93170
Complementary color
Monochromatic Colors of #A93170
Black with #A93170
Text Example
Text Example
White with #A93170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93170; }
p { color: rgb(169,49,112); }
H1.HeaderClassName
{
color: #A93170;
}
.AnyTagClassName
{
color: #A93170;
}
</style>
background-color css
<style>
a { background-color: #A93170; }
a { background-color: rgb(169,49,112); }
div.DivClassName
{
background-color: #A93170;
}
.BgClassName
{
background-color: #A93170;
}
</style>
border-color css
<style>
span { border-color: #A93170; }
span { border-color: rgb(169,49,112); }
td.TdClassName
{
border-color: #A93170;
}
.TagClassName
{
border-color: #A93170;
}
</style>