Shades of Night Shadz #AB314C
Tints of Night Shadz #AB314C
RGB
CMYK
RGB Variations
Color information
#AB314C (or 0xAB314C) is known color: Night Shadz. HEX triplet: AB, 31 and 4C. RGB value is (171,49,76). Sum of RGB (Red+Green+Blue) = 171+49+76=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB314C is #54CEB3. Grayscale: #585858. Windows color (decimal): -5557940 or 4993451. OLE color: 4993451.
HSL color Cylindrical-coordinate representation of color #AB314C: hue angle of 346.72º 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 #AB314C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 76 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.33 |
| HSL | 346.72º | 0.55% | 0.43% | - |
| HSV(B) | 346.72º | 0.71% | 0.67% | - |
| XYZ | 19.2 | 11.38 | 8.02 | - |
| YUV | 88.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 76 | 0 | 0.71 | 0.56 | 0.33 | 346.72 | 0.55 | 0.43 |
| Hex | AB | 31 | 4C | 0 | 47 | 38 | 21 | 15B | 37 | 2B |
| Octal | 253 | 61 | 114 | 0 | 107 | 70 | 41 | 533 | 67 | 53 |
| Binary | 10101011 | 110001 | 1001100 | 0 | 1000111 | 111000 | 100001 | 101011011 | 110111 | 101011 |
Color Harmonies of #AB314C
Complementary color
Monochromatic Colors of #AB314C
Black with #AB314C
Text Example
Text Example
White with #AB314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB314C; }
p { color: rgb(171,49,76); }
H1.HeaderClassName
{
color: #AB314C;
}
.AnyTagClassName
{
color: #AB314C;
}
</style>
background-color css
<style>
a { background-color: #AB314C; }
a { background-color: rgb(171,49,76); }
div.DivClassName
{
background-color: #AB314C;
}
.BgClassName
{
background-color: #AB314C;
}
</style>
border-color css
<style>
span { border-color: #AB314C; }
span { border-color: rgb(171,49,76); }
td.TdClassName
{
border-color: #AB314C;
}
.TagClassName
{
border-color: #AB314C;
}
</style>