Shades of Rouge #AB3266
Tints of Rouge #AB3266
RGB
CMYK
RGB Variations
Color information
#AB3266 (or 0xAB3266) is known color: Rouge. HEX triplet: AB, 32 and 66. RGB value is (171,50,102). Sum of RGB (Red+Green+Blue) = 171+50+102=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3266 is #54CD99. Grayscale: #5C5C5C. Windows color (decimal): -5557658 or 6697643. OLE color: 6697643.
HSL color Cylindrical-coordinate representation of color #AB3266: hue angle of 334.21º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3266 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 102 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.33 |
| HSL | 334.21º | 0.55% | 0.43% | - |
| HSV(B) | 334.21º | 0.71% | 0.67% | - |
| XYZ | 20.33 | 11.9 | 13.8 | - |
| YUV | 92.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 102 | 0 | 0.71 | 0.40 | 0.33 | 334.21 | 0.55 | 0.43 |
| Hex | AB | 32 | 66 | 0 | 47 | 28 | 21 | 14E | 37 | 2B |
| Octal | 253 | 62 | 146 | 0 | 107 | 50 | 41 | 516 | 67 | 53 |
| Binary | 10101011 | 110010 | 1100110 | 0 | 1000111 | 101000 | 100001 | 101001110 | 110111 | 101011 |
Color Harmonies of #AB3266
Complementary color
Monochromatic Colors of #AB3266
Black with #AB3266
Text Example
Text Example
White with #AB3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3266; }
p { color: rgb(171,50,102); }
H1.HeaderClassName
{
color: #AB3266;
}
.AnyTagClassName
{
color: #AB3266;
}
</style>
background-color css
<style>
a { background-color: #AB3266; }
a { background-color: rgb(171,50,102); }
div.DivClassName
{
background-color: #AB3266;
}
.BgClassName
{
background-color: #AB3266;
}
</style>
border-color css
<style>
span { border-color: #AB3266; }
span { border-color: rgb(171,50,102); }
td.TdClassName
{
border-color: #AB3266;
}
.TagClassName
{
border-color: #AB3266;
}
</style>