Shades of Rouge #A82D6B
Tints of Rouge #A82D6B
RGB
CMYK
RGB Variations
Color information
#A82D6B (or 0xA82D6B) is known color: Rouge. HEX triplet: A8, 2D and 6B. RGB value is (168,45,107). Sum of RGB (Red+Green+Blue) = 168+45+107=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D6B is #57D294. Grayscale: #585858. Windows color (decimal): -5755541 or 7024040. OLE color: 7024040.
HSL color Cylindrical-coordinate representation of color #A82D6B: hue angle of 329.76º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D6B is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 107 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.34 |
| HSL | 329.76º | 0.58% | 0.42% | - |
| HSV(B) | 329.76º | 0.73% | 0.66% | - |
| XYZ | 19.74 | 11.26 | 15.04 | - |
| YUV | 88.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 107 | 0 | 0.73 | 0.36 | 0.34 | 329.76 | 0.58 | 0.42 |
| Hex | A8 | 2D | 6B | 0 | 49 | 24 | 22 | 14A | 3A | 2A |
| Octal | 250 | 55 | 153 | 0 | 111 | 44 | 42 | 512 | 72 | 52 |
| Binary | 10101000 | 101101 | 1101011 | 0 | 1001001 | 100100 | 100010 | 101001010 | 111010 | 101010 |
Color Harmonies of #A82D6B
Complementary color
Monochromatic Colors of #A82D6B
Black with #A82D6B
Text Example
Text Example
White with #A82D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D6B; }
p { color: rgb(168,45,107); }
H1.HeaderClassName
{
color: #A82D6B;
}
.AnyTagClassName
{
color: #A82D6B;
}
</style>
background-color css
<style>
a { background-color: #A82D6B; }
a { background-color: rgb(168,45,107); }
div.DivClassName
{
background-color: #A82D6B;
}
.BgClassName
{
background-color: #A82D6B;
}
</style>
border-color css
<style>
span { border-color: #A82D6B; }
span { border-color: rgb(168,45,107); }
td.TdClassName
{
border-color: #A82D6B;
}
.TagClassName
{
border-color: #A82D6B;
}
</style>