Shades of Rouge #A83366
Tints of Rouge #A83366
RGB
CMYK
RGB Variations
Color information
#A83366 (or 0xA83366) is known color: Rouge. HEX triplet: A8, 33 and 66. RGB value is (168,51,102). Sum of RGB (Red+Green+Blue) = 168+51+102=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A83366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83366 is #57CC99. Grayscale: #5B5B5B. Windows color (decimal): -5754010 or 6697896. OLE color: 6697896.
HSL color Cylindrical-coordinate representation of color #A83366: hue angle of 333.85º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83366 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 102 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.34 |
| HSL | 333.85º | 0.53% | 0.43% | - |
| HSV(B) | 333.85º | 0.7% | 0.66% | - |
| XYZ | 19.73 | 11.65 | 13.78 | - |
| YUV | 91.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 102 | 0 | 0.70 | 0.39 | 0.34 | 333.85 | 0.53 | 0.43 |
| Hex | A8 | 33 | 66 | 0 | 46 | 27 | 22 | 14E | 35 | 2B |
| Octal | 250 | 63 | 146 | 0 | 106 | 47 | 42 | 516 | 65 | 53 |
| Binary | 10101000 | 110011 | 1100110 | 0 | 1000110 | 100111 | 100010 | 101001110 | 110101 | 101011 |
Color Harmonies of #A83366
Complementary color
Monochromatic Colors of #A83366
Black with #A83366
Text Example
Text Example
White with #A83366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83366; }
p { color: rgb(168,51,102); }
H1.HeaderClassName
{
color: #A83366;
}
.AnyTagClassName
{
color: #A83366;
}
</style>
background-color css
<style>
a { background-color: #A83366; }
a { background-color: rgb(168,51,102); }
div.DivClassName
{
background-color: #A83366;
}
.BgClassName
{
background-color: #A83366;
}
</style>
border-color css
<style>
span { border-color: #A83366; }
span { border-color: rgb(168,51,102); }
td.TdClassName
{
border-color: #A83366;
}
.TagClassName
{
border-color: #A83366;
}
</style>