Shades of Rouge #AB2769
Tints of Rouge #AB2769
RGB
CMYK
RGB Variations
Color information
#AB2769 (or 0xAB2769) is known color: Rouge. HEX triplet: AB, 27 and 69. RGB value is (171,39,105). Sum of RGB (Red+Green+Blue) = 171+39+105=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2769 is #54D896. Grayscale: #555555. Windows color (decimal): -5560471 or 6891435. OLE color: 6891435.
HSL color Cylindrical-coordinate representation of color #AB2769: hue angle of 330º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2769 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 105 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.33 |
| HSL | 330º | 0.63% | 0.41% | - |
| HSV(B) | 330º | 0.77% | 0.67% | - |
| XYZ | 20.07 | 11.13 | 14.45 | - |
| YUV | 85.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 105 | 0 | 0.77 | 0.39 | 0.33 | 330 | 0.63 | 0.41 |
| Hex | AB | 27 | 69 | 0 | 4D | 27 | 21 | 14A | 3F | 29 |
| Octal | 253 | 47 | 151 | 0 | 115 | 47 | 41 | 512 | 77 | 51 |
| Binary | 10101011 | 100111 | 1101001 | 0 | 1001101 | 100111 | 100001 | 101001010 | 111111 | 101001 |
Color Harmonies of #AB2769
Complementary color
Monochromatic Colors of #AB2769
Black with #AB2769
Text Example
Text Example
White with #AB2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2769; }
p { color: rgb(171,39,105); }
H1.HeaderClassName
{
color: #AB2769;
}
.AnyTagClassName
{
color: #AB2769;
}
</style>
background-color css
<style>
a { background-color: #AB2769; }
a { background-color: rgb(171,39,105); }
div.DivClassName
{
background-color: #AB2769;
}
.BgClassName
{
background-color: #AB2769;
}
</style>
border-color css
<style>
span { border-color: #AB2769; }
span { border-color: rgb(171,39,105); }
td.TdClassName
{
border-color: #AB2769;
}
.TagClassName
{
border-color: #AB2769;
}
</style>