Shades of Night Shadz #AB334E
Tints of Night Shadz #AB334E
RGB
CMYK
RGB Variations
Color information
#AB334E (or 0xAB334E) is known color: Night Shadz. HEX triplet: AB, 33 and 4E. RGB value is (171,51,78). Sum of RGB (Red+Green+Blue) = 171+51+78=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB334E is #54CCB1. Grayscale: #595959. Windows color (decimal): -5557426 or 5125035. OLE color: 5125035.
HSL color Cylindrical-coordinate representation of color #AB334E: hue angle of 346.5º 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 #AB334E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 78 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.33 |
| HSL | 346.5º | 0.54% | 0.44% | - |
| HSV(B) | 346.5º | 0.7% | 0.67% | - |
| XYZ | 19.35 | 11.58 | 8.42 | - |
| YUV | 89.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 78 | 0 | 0.70 | 0.54 | 0.33 | 346.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 4E | 0 | 46 | 36 | 21 | 15A | 36 | 2C |
| Octal | 253 | 63 | 116 | 0 | 106 | 66 | 41 | 532 | 66 | 54 |
| Binary | 10101011 | 110011 | 1001110 | 0 | 1000110 | 110110 | 100001 | 101011010 | 110110 | 101100 |
Color Harmonies of #AB334E
Complementary color
Monochromatic Colors of #AB334E
Black with #AB334E
Text Example
Text Example
White with #AB334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB334E; }
p { color: rgb(171,51,78); }
H1.HeaderClassName
{
color: #AB334E;
}
.AnyTagClassName
{
color: #AB334E;
}
</style>
background-color css
<style>
a { background-color: #AB334E; }
a { background-color: rgb(171,51,78); }
div.DivClassName
{
background-color: #AB334E;
}
.BgClassName
{
background-color: #AB334E;
}
</style>
border-color css
<style>
span { border-color: #AB334E; }
span { border-color: rgb(171,51,78); }
td.TdClassName
{
border-color: #AB334E;
}
.TagClassName
{
border-color: #AB334E;
}
</style>