Shades of Night Shadz #AB4051
Tints of Night Shadz #AB4051
RGB
CMYK
RGB Variations
Color information
#AB4051 (or 0xAB4051) is known color: Night Shadz. HEX triplet: AB, 40 and 51. RGB value is (171,64,81). Sum of RGB (Red+Green+Blue) = 171+64+81=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4051 is #54BFAE. Grayscale: #616161. Windows color (decimal): -5554095 or 5324971. OLE color: 5324971.
HSL color Cylindrical-coordinate representation of color #AB4051: hue angle of 350.47º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4051 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 81 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.33 |
| HSL | 350.47º | 0.46% | 0.46% | - |
| HSV(B) | 350.47º | 0.63% | 0.67% | - |
| XYZ | 20.11 | 12.92 | 9.22 | - |
| YUV | 97.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 81 | 0 | 0.63 | 0.53 | 0.33 | 350.47 | 0.46 | 0.46 |
| Hex | AB | 40 | 51 | 0 | 3F | 35 | 21 | 15E | 2E | 2E |
| Octal | 253 | 100 | 121 | 0 | 77 | 65 | 41 | 536 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1010001 | 0 | 111111 | 110101 | 100001 | 101011110 | 101110 | 101110 |
Color Harmonies of #AB4051
Complementary color
Monochromatic Colors of #AB4051
Black with #AB4051
Text Example
Text Example
White with #AB4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4051; }
p { color: rgb(171,64,81); }
H1.HeaderClassName
{
color: #AB4051;
}
.AnyTagClassName
{
color: #AB4051;
}
</style>
background-color css
<style>
a { background-color: #AB4051; }
a { background-color: rgb(171,64,81); }
div.DivClassName
{
background-color: #AB4051;
}
.BgClassName
{
background-color: #AB4051;
}
</style>
border-color css
<style>
span { border-color: #AB4051; }
span { border-color: rgb(171,64,81); }
td.TdClassName
{
border-color: #AB4051;
}
.TagClassName
{
border-color: #AB4051;
}
</style>