Shades of Rouge #AB305B
Tints of Rouge #AB305B
RGB
CMYK
RGB Variations
Color information
#AB305B (or 0xAB305B) is known color: Rouge. HEX triplet: AB, 30 and 5B. RGB value is (171,48,91). Sum of RGB (Red+Green+Blue) = 171+48+91=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB305B is #54CFA4. Grayscale: #595959. Windows color (decimal): -5558181 or 5976235. OLE color: 5976235.
HSL color Cylindrical-coordinate representation of color #AB305B: hue angle of 339.02º 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 #AB305B is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 91 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.33 |
| HSL | 339.02º | 0.56% | 0.43% | - |
| HSV(B) | 339.02º | 0.72% | 0.67% | - |
| XYZ | 19.74 | 11.53 | 11.08 | - |
| YUV | 89.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 91 | 0 | 0.72 | 0.47 | 0.33 | 339.02 | 0.56 | 0.43 |
| Hex | AB | 30 | 5B | 0 | 48 | 2F | 21 | 153 | 38 | 2B |
| Octal | 253 | 60 | 133 | 0 | 110 | 57 | 41 | 523 | 70 | 53 |
| Binary | 10101011 | 110000 | 1011011 | 0 | 1001000 | 101111 | 100001 | 101010011 | 111000 | 101011 |
Color Harmonies of #AB305B
Complementary color
Monochromatic Colors of #AB305B
Black with #AB305B
Text Example
Text Example
White with #AB305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB305B; }
p { color: rgb(171,48,91); }
H1.HeaderClassName
{
color: #AB305B;
}
.AnyTagClassName
{
color: #AB305B;
}
</style>
background-color css
<style>
a { background-color: #AB305B; }
a { background-color: rgb(171,48,91); }
div.DivClassName
{
background-color: #AB305B;
}
.BgClassName
{
background-color: #AB305B;
}
</style>
border-color css
<style>
span { border-color: #AB305B; }
span { border-color: rgb(171,48,91); }
td.TdClassName
{
border-color: #AB305B;
}
.TagClassName
{
border-color: #AB305B;
}
</style>