Shades of Rouge #AB3A62
Tints of Rouge #AB3A62
RGB
CMYK
RGB Variations
Color information
#AB3A62 (or 0xAB3A62) is known color: Rouge. HEX triplet: AB, 3A and 62. RGB value is (171,58,98). Sum of RGB (Red+Green+Blue) = 171+58+98=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A62 is #54C59D. Grayscale: #606060. Windows color (decimal): -5555614 or 6437547. OLE color: 6437547.
HSL color Cylindrical-coordinate representation of color #AB3A62: hue angle of 338.76º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A62 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 98 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.33 |
| HSL | 338.76º | 0.49% | 0.45% | - |
| HSV(B) | 338.76º | 0.66% | 0.67% | - |
| XYZ | 20.51 | 12.57 | 12.9 | - |
| YUV | 96.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 98 | 0 | 0.66 | 0.43 | 0.33 | 338.76 | 0.49 | 0.45 |
| Hex | AB | 3A | 62 | 0 | 42 | 2B | 21 | 153 | 31 | 2D |
| Octal | 253 | 72 | 142 | 0 | 102 | 53 | 41 | 523 | 61 | 55 |
| Binary | 10101011 | 111010 | 1100010 | 0 | 1000010 | 101011 | 100001 | 101010011 | 110001 | 101101 |
Color Harmonies of #AB3A62
Complementary color
Monochromatic Colors of #AB3A62
Black with #AB3A62
Text Example
Text Example
White with #AB3A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A62; }
p { color: rgb(171,58,98); }
H1.HeaderClassName
{
color: #AB3A62;
}
.AnyTagClassName
{
color: #AB3A62;
}
</style>
background-color css
<style>
a { background-color: #AB3A62; }
a { background-color: rgb(171,58,98); }
div.DivClassName
{
background-color: #AB3A62;
}
.BgClassName
{
background-color: #AB3A62;
}
</style>
border-color css
<style>
span { border-color: #AB3A62; }
span { border-color: rgb(171,58,98); }
td.TdClassName
{
border-color: #AB3A62;
}
.TagClassName
{
border-color: #AB3A62;
}
</style>