Shades of Rouge #A93068
Tints of Rouge #A93068
RGB
CMYK
RGB Variations
Color information
#A93068 (or 0xA93068) is known color: Rouge. HEX triplet: A9, 30 and 68. RGB value is (169,48,104). Sum of RGB (Red+Green+Blue) = 169+48+104=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A93068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93068 is #56CF97. Grayscale: #5A5A5A. Windows color (decimal): -5689240 or 6828201. OLE color: 6828201.
HSL color Cylindrical-coordinate representation of color #A93068: hue angle of 332.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93068 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 104 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.34 |
| HSL | 332.23º | 0.56% | 0.43% | - |
| HSV(B) | 332.23º | 0.72% | 0.66% | - |
| XYZ | 19.92 | 11.55 | 14.28 | - |
| YUV | 90.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 104 | 0 | 0.72 | 0.38 | 0.34 | 332.23 | 0.56 | 0.43 |
| Hex | A9 | 30 | 68 | 0 | 48 | 26 | 22 | 14C | 38 | 2B |
| Octal | 251 | 60 | 150 | 0 | 110 | 46 | 42 | 514 | 70 | 53 |
| Binary | 10101001 | 110000 | 1101000 | 0 | 1001000 | 100110 | 100010 | 101001100 | 111000 | 101011 |
Color Harmonies of #A93068
Complementary color
Monochromatic Colors of #A93068
Black with #A93068
Text Example
Text Example
White with #A93068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93068; }
p { color: rgb(169,48,104); }
H1.HeaderClassName
{
color: #A93068;
}
.AnyTagClassName
{
color: #A93068;
}
</style>
background-color css
<style>
a { background-color: #A93068; }
a { background-color: rgb(169,48,104); }
div.DivClassName
{
background-color: #A93068;
}
.BgClassName
{
background-color: #A93068;
}
</style>
border-color css
<style>
span { border-color: #A93068; }
span { border-color: rgb(169,48,104); }
td.TdClassName
{
border-color: #A93068;
}
.TagClassName
{
border-color: #A93068;
}
</style>