Shades of Night Shadz #AB394E
Tints of Night Shadz #AB394E
RGB
CMYK
RGB Variations
Color information
#AB394E (or 0xAB394E) is known color: Night Shadz. HEX triplet: AB, 39 and 4E. RGB value is (171,57,78). Sum of RGB (Red+Green+Blue) = 171+57+78=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB394E is #54C6B1. Grayscale: #5D5D5D. Windows color (decimal): -5555890 or 5126571. OLE color: 5126571.
HSL color Cylindrical-coordinate representation of color #AB394E: hue angle of 348.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB394E is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 78 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.33 |
| HSL | 348.95º | 0.5% | 0.45% | - |
| HSV(B) | 348.95º | 0.67% | 0.67% | - |
| XYZ | 19.63 | 12.13 | 8.52 | - |
| YUV | 93.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 78 | 0 | 0.67 | 0.54 | 0.33 | 348.95 | 0.5 | 0.45 |
| Hex | AB | 39 | 4E | 0 | 43 | 36 | 21 | 15D | 32 | 2D |
| Octal | 253 | 71 | 116 | 0 | 103 | 66 | 41 | 535 | 62 | 55 |
| Binary | 10101011 | 111001 | 1001110 | 0 | 1000011 | 110110 | 100001 | 101011101 | 110010 | 101101 |
Color Harmonies of #AB394E
Complementary color
Monochromatic Colors of #AB394E
Black with #AB394E
Text Example
Text Example
White with #AB394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB394E; }
p { color: rgb(171,57,78); }
H1.HeaderClassName
{
color: #AB394E;
}
.AnyTagClassName
{
color: #AB394E;
}
</style>
background-color css
<style>
a { background-color: #AB394E; }
a { background-color: rgb(171,57,78); }
div.DivClassName
{
background-color: #AB394E;
}
.BgClassName
{
background-color: #AB394E;
}
</style>
border-color css
<style>
span { border-color: #AB394E; }
span { border-color: rgb(171,57,78); }
td.TdClassName
{
border-color: #AB394E;
}
.TagClassName
{
border-color: #AB394E;
}
</style>