Shades of Rouge #A83875
Tints of Rouge #A83875
RGB
CMYK
RGB Variations
Color information
#A83875 (or 0xA83875) is known color: Rouge. HEX triplet: A8, 38 and 75. RGB value is (168,56,117). Sum of RGB (Red+Green+Blue) = 168+56+117=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A83875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83875 is #57C78A. Grayscale: #606060. Windows color (decimal): -5752715 or 7682216. OLE color: 7682216.
HSL color Cylindrical-coordinate representation of color #A83875: hue angle of 327.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83875 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 117 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.34 |
| HSL | 327.32º | 0.5% | 0.44% | - |
| HSV(B) | 327.32º | 0.67% | 0.66% | - |
| XYZ | 20.77 | 12.44 | 18.14 | - |
| YUV | 96.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 117 | 0 | 0.67 | 0.30 | 0.34 | 327.32 | 0.5 | 0.44 |
| Hex | A8 | 38 | 75 | 0 | 43 | 1E | 22 | 147 | 32 | 2C |
| Octal | 250 | 70 | 165 | 0 | 103 | 36 | 42 | 507 | 62 | 54 |
| Binary | 10101000 | 111000 | 1110101 | 0 | 1000011 | 11110 | 100010 | 101000111 | 110010 | 101100 |
Color Harmonies of #A83875
Complementary color
Monochromatic Colors of #A83875
Black with #A83875
Text Example
Text Example
White with #A83875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83875; }
p { color: rgb(168,56,117); }
H1.HeaderClassName
{
color: #A83875;
}
.AnyTagClassName
{
color: #A83875;
}
</style>
background-color css
<style>
a { background-color: #A83875; }
a { background-color: rgb(168,56,117); }
div.DivClassName
{
background-color: #A83875;
}
.BgClassName
{
background-color: #A83875;
}
</style>
border-color css
<style>
span { border-color: #A83875; }
span { border-color: rgb(168,56,117); }
td.TdClassName
{
border-color: #A83875;
}
.TagClassName
{
border-color: #A83875;
}
</style>