Shades of Rouge #AB3A67
Tints of Rouge #AB3A67
RGB
CMYK
RGB Variations
Color information
#AB3A67 (or 0xAB3A67) is known color: Rouge. HEX triplet: AB, 3A and 67. RGB value is (171,58,103). Sum of RGB (Red+Green+Blue) = 171+58+103=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A67 is #54C598. Grayscale: #606060. Windows color (decimal): -5555609 or 6765227. OLE color: 6765227.
HSL color Cylindrical-coordinate representation of color #AB3A67: hue angle of 336.11º 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 #AB3A67 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 103 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.33 |
| HSL | 336.11º | 0.49% | 0.45% | - |
| HSV(B) | 336.11º | 0.66% | 0.67% | - |
| XYZ | 20.76 | 12.66 | 14.18 | - |
| YUV | 96.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 103 | 0 | 0.66 | 0.40 | 0.33 | 336.11 | 0.49 | 0.45 |
| Hex | AB | 3A | 67 | 0 | 42 | 28 | 21 | 150 | 31 | 2D |
| Octal | 253 | 72 | 147 | 0 | 102 | 50 | 41 | 520 | 61 | 55 |
| Binary | 10101011 | 111010 | 1100111 | 0 | 1000010 | 101000 | 100001 | 101010000 | 110001 | 101101 |
Color Harmonies of #AB3A67
Complementary color
Monochromatic Colors of #AB3A67
Black with #AB3A67
Text Example
Text Example
White with #AB3A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A67; }
p { color: rgb(171,58,103); }
H1.HeaderClassName
{
color: #AB3A67;
}
.AnyTagClassName
{
color: #AB3A67;
}
</style>
background-color css
<style>
a { background-color: #AB3A67; }
a { background-color: rgb(171,58,103); }
div.DivClassName
{
background-color: #AB3A67;
}
.BgClassName
{
background-color: #AB3A67;
}
</style>
border-color css
<style>
span { border-color: #AB3A67; }
span { border-color: rgb(171,58,103); }
td.TdClassName
{
border-color: #AB3A67;
}
.TagClassName
{
border-color: #AB3A67;
}
</style>