Shades of Rouge #AB356A
Tints of Rouge #AB356A
RGB
CMYK
RGB Variations
Color information
#AB356A (or 0xAB356A) is known color: Rouge. HEX triplet: AB, 35 and 6A. RGB value is (171,53,106). Sum of RGB (Red+Green+Blue) = 171+53+106=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB356A is #54CA95. Grayscale: #5E5E5E. Windows color (decimal): -5556886 or 6960555. OLE color: 6960555.
HSL color Cylindrical-coordinate representation of color #AB356A: hue angle of 333.05º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB356A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 106 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.33 |
| HSL | 333.05º | 0.53% | 0.44% | - |
| HSV(B) | 333.05º | 0.69% | 0.67% | - |
| XYZ | 20.67 | 12.24 | 14.91 | - |
| YUV | 94.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 106 | 0 | 0.69 | 0.38 | 0.33 | 333.05 | 0.53 | 0.44 |
| Hex | AB | 35 | 6A | 0 | 45 | 26 | 21 | 14D | 35 | 2C |
| Octal | 253 | 65 | 152 | 0 | 105 | 46 | 41 | 515 | 65 | 54 |
| Binary | 10101011 | 110101 | 1101010 | 0 | 1000101 | 100110 | 100001 | 101001101 | 110101 | 101100 |
Color Harmonies of #AB356A
Complementary color
Monochromatic Colors of #AB356A
Black with #AB356A
Text Example
Text Example
White with #AB356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB356A; }
p { color: rgb(171,53,106); }
H1.HeaderClassName
{
color: #AB356A;
}
.AnyTagClassName
{
color: #AB356A;
}
</style>
background-color css
<style>
a { background-color: #AB356A; }
a { background-color: rgb(171,53,106); }
div.DivClassName
{
background-color: #AB356A;
}
.BgClassName
{
background-color: #AB356A;
}
</style>
border-color css
<style>
span { border-color: #AB356A; }
span { border-color: rgb(171,53,106); }
td.TdClassName
{
border-color: #AB356A;
}
.TagClassName
{
border-color: #AB356A;
}
</style>