Shades of Rouge #AB306B
Tints of Rouge #AB306B
RGB
CMYK
RGB Variations
Color information
#AB306B (or 0xAB306B) is known color: Rouge. HEX triplet: AB, 30 and 6B. RGB value is (171,48,107). Sum of RGB (Red+Green+Blue) = 171+48+107=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB306B is #54CF94. Grayscale: #5B5B5B. Windows color (decimal): -5558165 or 7024811. OLE color: 7024811.
HSL color Cylindrical-coordinate representation of color #AB306B: hue angle of 331.22º 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 #AB306B is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 107 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.33 |
| HSL | 331.22º | 0.56% | 0.43% | - |
| HSV(B) | 331.22º | 0.72% | 0.67% | - |
| XYZ | 20.51 | 11.83 | 15.11 | - |
| YUV | 91.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 107 | 0 | 0.72 | 0.37 | 0.33 | 331.22 | 0.56 | 0.43 |
| Hex | AB | 30 | 6B | 0 | 48 | 25 | 21 | 14B | 38 | 2B |
| Octal | 253 | 60 | 153 | 0 | 110 | 45 | 41 | 513 | 70 | 53 |
| Binary | 10101011 | 110000 | 1101011 | 0 | 1001000 | 100101 | 100001 | 101001011 | 111000 | 101011 |
Color Harmonies of #AB306B
Complementary color
Monochromatic Colors of #AB306B
Black with #AB306B
Text Example
Text Example
White with #AB306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB306B; }
p { color: rgb(171,48,107); }
H1.HeaderClassName
{
color: #AB306B;
}
.AnyTagClassName
{
color: #AB306B;
}
</style>
background-color css
<style>
a { background-color: #AB306B; }
a { background-color: rgb(171,48,107); }
div.DivClassName
{
background-color: #AB306B;
}
.BgClassName
{
background-color: #AB306B;
}
</style>
border-color css
<style>
span { border-color: #AB306B; }
span { border-color: rgb(171,48,107); }
td.TdClassName
{
border-color: #AB306B;
}
.TagClassName
{
border-color: #AB306B;
}
</style>