Shades of Rouge #A8416B
Tints of Rouge #A8416B
RGB
CMYK
RGB Variations
Color information
#A8416B (or 0xA8416B) is known color: Rouge. HEX triplet: A8, 41 and 6B. RGB value is (168,65,107). Sum of RGB (Red+Green+Blue) = 168+65+107=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8416B is #57BE94. Grayscale: #646464. Windows color (decimal): -5750421 or 7029160. OLE color: 7029160.
HSL color Cylindrical-coordinate representation of color #A8416B: hue angle of 335.53º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8416B is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 107 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.34 |
| HSL | 335.53º | 0.44% | 0.46% | - |
| HSV(B) | 335.53º | 0.61% | 0.66% | - |
| XYZ | 20.69 | 13.17 | 15.36 | - |
| YUV | 100.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 107 | 0 | 0.61 | 0.36 | 0.34 | 335.53 | 0.44 | 0.46 |
| Hex | A8 | 41 | 6B | 0 | 3D | 24 | 22 | 150 | 2C | 2E |
| Octal | 250 | 101 | 153 | 0 | 75 | 44 | 42 | 520 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1101011 | 0 | 111101 | 100100 | 100010 | 101010000 | 101100 | 101110 |
Color Harmonies of #A8416B
Complementary color
Monochromatic Colors of #A8416B
Black with #A8416B
Text Example
Text Example
White with #A8416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8416B; }
p { color: rgb(168,65,107); }
H1.HeaderClassName
{
color: #A8416B;
}
.AnyTagClassName
{
color: #A8416B;
}
</style>
background-color css
<style>
a { background-color: #A8416B; }
a { background-color: rgb(168,65,107); }
div.DivClassName
{
background-color: #A8416B;
}
.BgClassName
{
background-color: #A8416B;
}
</style>
border-color css
<style>
span { border-color: #A8416B; }
span { border-color: rgb(168,65,107); }
td.TdClassName
{
border-color: #A8416B;
}
.TagClassName
{
border-color: #A8416B;
}
</style>