Shades of Rouge #AB306C
Tints of Rouge #AB306C
RGB
CMYK
RGB Variations
Color information
#AB306C (or 0xAB306C) is known color: Rouge. HEX triplet: AB, 30 and 6C. RGB value is (171,48,108). Sum of RGB (Red+Green+Blue) = 171+48+108=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB306C is #54CF93. Grayscale: #5B5B5B. Windows color (decimal): -5558164 or 7090347. OLE color: 7090347.
HSL color Cylindrical-coordinate representation of color #AB306C: hue angle of 330.73º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB306C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 108 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.33 |
| HSL | 330.73º | 0.56% | 0.43% | - |
| HSV(B) | 330.73º | 0.72% | 0.67% | - |
| XYZ | 20.56 | 11.85 | 15.39 | - |
| YUV | 91.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 108 | 0 | 0.72 | 0.37 | 0.33 | 330.73 | 0.56 | 0.43 |
| Hex | AB | 30 | 6C | 0 | 48 | 25 | 21 | 14B | 38 | 2B |
| Octal | 253 | 60 | 154 | 0 | 110 | 45 | 41 | 513 | 70 | 53 |
| Binary | 10101011 | 110000 | 1101100 | 0 | 1001000 | 100101 | 100001 | 101001011 | 111000 | 101011 |
Color Harmonies of #AB306C
Complementary color
Monochromatic Colors of #AB306C
Black with #AB306C
Text Example
Text Example
White with #AB306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB306C; }
p { color: rgb(171,48,108); }
H1.HeaderClassName
{
color: #AB306C;
}
.AnyTagClassName
{
color: #AB306C;
}
</style>
background-color css
<style>
a { background-color: #AB306C; }
a { background-color: rgb(171,48,108); }
div.DivClassName
{
background-color: #AB306C;
}
.BgClassName
{
background-color: #AB306C;
}
</style>
border-color css
<style>
span { border-color: #AB306C; }
span { border-color: rgb(171,48,108); }
td.TdClassName
{
border-color: #AB306C;
}
.TagClassName
{
border-color: #AB306C;
}
</style>