Shades of Rouge #A83F6F
Tints of Rouge #A83F6F
RGB
CMYK
RGB Variations
Color information
#A83F6F (or 0xA83F6F) is known color: Rouge. HEX triplet: A8, 3F and 6F. RGB value is (168,63,111). Sum of RGB (Red+Green+Blue) = 168+63+111=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F6F is #57C090. Grayscale: #636363. Windows color (decimal): -5750929 or 7290792. OLE color: 7290792.
HSL color Cylindrical-coordinate representation of color #A83F6F: hue angle of 332.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F6F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 111 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.34 |
| HSL | 332.57º | 0.45% | 0.45% | - |
| HSV(B) | 332.57º | 0.63% | 0.66% | - |
| XYZ | 20.8 | 13.03 | 16.46 | - |
| YUV | 99.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 111 | 0 | 0.63 | 0.34 | 0.34 | 332.57 | 0.45 | 0.45 |
| Hex | A8 | 3F | 6F | 0 | 3F | 22 | 22 | 14D | 2D | 2D |
| Octal | 250 | 77 | 157 | 0 | 77 | 42 | 42 | 515 | 55 | 55 |
| Binary | 10101000 | 111111 | 1101111 | 0 | 111111 | 100010 | 100010 | 101001101 | 101101 | 101101 |
Color Harmonies of #A83F6F
Complementary color
Monochromatic Colors of #A83F6F
Black with #A83F6F
Text Example
Text Example
White with #A83F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F6F; }
p { color: rgb(168,63,111); }
H1.HeaderClassName
{
color: #A83F6F;
}
.AnyTagClassName
{
color: #A83F6F;
}
</style>
background-color css
<style>
a { background-color: #A83F6F; }
a { background-color: rgb(168,63,111); }
div.DivClassName
{
background-color: #A83F6F;
}
.BgClassName
{
background-color: #A83F6F;
}
</style>
border-color css
<style>
span { border-color: #A83F6F; }
span { border-color: rgb(168,63,111); }
td.TdClassName
{
border-color: #A83F6F;
}
.TagClassName
{
border-color: #A83F6F;
}
</style>