Shades of Rouge #AB3369
Tints of Rouge #AB3369
RGB
CMYK
RGB Variations
Color information
#AB3369 (or 0xAB3369) is known color: Rouge. HEX triplet: AB, 33 and 69. RGB value is (171,51,105). Sum of RGB (Red+Green+Blue) = 171+51+105=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3369 is #54CC96. Grayscale: #5C5C5C. Windows color (decimal): -5557399 or 6894507. OLE color: 6894507.
HSL color Cylindrical-coordinate representation of color #AB3369: hue angle of 333º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3369 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 105 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.33 |
| HSL | 333º | 0.54% | 0.44% | - |
| HSV(B) | 333º | 0.7% | 0.67% | - |
| XYZ | 20.53 | 12.05 | 14.61 | - |
| YUV | 93.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 105 | 0 | 0.70 | 0.39 | 0.33 | 333 | 0.54 | 0.44 |
| Hex | AB | 33 | 69 | 0 | 46 | 27 | 21 | 14D | 36 | 2C |
| Octal | 253 | 63 | 151 | 0 | 106 | 47 | 41 | 515 | 66 | 54 |
| Binary | 10101011 | 110011 | 1101001 | 0 | 1000110 | 100111 | 100001 | 101001101 | 110110 | 101100 |
Color Harmonies of #AB3369
Complementary color
Monochromatic Colors of #AB3369
Black with #AB3369
Text Example
Text Example
White with #AB3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3369; }
p { color: rgb(171,51,105); }
H1.HeaderClassName
{
color: #AB3369;
}
.AnyTagClassName
{
color: #AB3369;
}
</style>
background-color css
<style>
a { background-color: #AB3369; }
a { background-color: rgb(171,51,105); }
div.DivClassName
{
background-color: #AB3369;
}
.BgClassName
{
background-color: #AB3369;
}
</style>
border-color css
<style>
span { border-color: #AB3369; }
span { border-color: rgb(171,51,105); }
td.TdClassName
{
border-color: #AB3369;
}
.TagClassName
{
border-color: #AB3369;
}
</style>