Shades of Night Shadz #AB3759
Tints of Night Shadz #AB3759
RGB
CMYK
RGB Variations
Color information
#AB3759 (or 0xAB3759) is known color: Night Shadz. HEX triplet: AB, 37 and 59. RGB value is (171,55,89). Sum of RGB (Red+Green+Blue) = 171+55+89=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3759 is #54C8A6. Grayscale: #5D5D5D. Windows color (decimal): -5556391 or 5846955. OLE color: 5846955.
HSL color Cylindrical-coordinate representation of color #AB3759: hue angle of 342.41º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3759 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 89 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.33 |
| HSL | 342.41º | 0.51% | 0.44% | - |
| HSV(B) | 342.41º | 0.68% | 0.67% | - |
| XYZ | 19.96 | 12.11 | 10.74 | - |
| YUV | 93.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 89 | 0 | 0.68 | 0.48 | 0.33 | 342.41 | 0.51 | 0.44 |
| Hex | AB | 37 | 59 | 0 | 44 | 30 | 21 | 156 | 33 | 2C |
| Octal | 253 | 67 | 131 | 0 | 104 | 60 | 41 | 526 | 63 | 54 |
| Binary | 10101011 | 110111 | 1011001 | 0 | 1000100 | 110000 | 100001 | 101010110 | 110011 | 101100 |
Color Harmonies of #AB3759
Complementary color
Monochromatic Colors of #AB3759
Black with #AB3759
Text Example
Text Example
White with #AB3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3759; }
p { color: rgb(171,55,89); }
H1.HeaderClassName
{
color: #AB3759;
}
.AnyTagClassName
{
color: #AB3759;
}
</style>
background-color css
<style>
a { background-color: #AB3759; }
a { background-color: rgb(171,55,89); }
div.DivClassName
{
background-color: #AB3759;
}
.BgClassName
{
background-color: #AB3759;
}
</style>
border-color css
<style>
span { border-color: #AB3759; }
span { border-color: rgb(171,55,89); }
td.TdClassName
{
border-color: #AB3759;
}
.TagClassName
{
border-color: #AB3759;
}
</style>