Shades of Night Shadz #AB314E
Tints of Night Shadz #AB314E
RGB
CMYK
RGB Variations
Color information
#AB314E (or 0xAB314E) is known color: Night Shadz. HEX triplet: AB, 31 and 4E. RGB value is (171,49,78). Sum of RGB (Red+Green+Blue) = 171+49+78=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB314E is #54CEB1. Grayscale: #585858. Windows color (decimal): -5557938 or 5124523. OLE color: 5124523.
HSL color Cylindrical-coordinate representation of color #AB314E: hue angle of 345.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB314E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 78 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.33 |
| HSL | 345.74º | 0.55% | 0.43% | - |
| HSV(B) | 345.74º | 0.71% | 0.67% | - |
| XYZ | 19.27 | 11.4 | 8.39 | - |
| YUV | 88.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 78 | 0 | 0.71 | 0.54 | 0.33 | 345.74 | 0.55 | 0.43 |
| Hex | AB | 31 | 4E | 0 | 47 | 36 | 21 | 15A | 37 | 2B |
| Octal | 253 | 61 | 116 | 0 | 107 | 66 | 41 | 532 | 67 | 53 |
| Binary | 10101011 | 110001 | 1001110 | 0 | 1000111 | 110110 | 100001 | 101011010 | 110111 | 101011 |
Color Harmonies of #AB314E
Complementary color
Monochromatic Colors of #AB314E
Black with #AB314E
Text Example
Text Example
White with #AB314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB314E; }
p { color: rgb(171,49,78); }
H1.HeaderClassName
{
color: #AB314E;
}
.AnyTagClassName
{
color: #AB314E;
}
</style>
background-color css
<style>
a { background-color: #AB314E; }
a { background-color: rgb(171,49,78); }
div.DivClassName
{
background-color: #AB314E;
}
.BgClassName
{
background-color: #AB314E;
}
</style>
border-color css
<style>
span { border-color: #AB314E; }
span { border-color: rgb(171,49,78); }
td.TdClassName
{
border-color: #AB314E;
}
.TagClassName
{
border-color: #AB314E;
}
</style>