Shades of Night Shadz #AB3E59
Tints of Night Shadz #AB3E59
RGB
CMYK
RGB Variations
Color information
#AB3E59 (or 0xAB3E59) is known color: Night Shadz. HEX triplet: AB, 3E and 59. RGB value is (171,62,89). Sum of RGB (Red+Green+Blue) = 171+62+89=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E59 is #54C1A6. Grayscale: #616161. Windows color (decimal): -5554599 or 5848747. OLE color: 5848747.
HSL color Cylindrical-coordinate representation of color #AB3E59: hue angle of 345.14º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E59 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 89 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.33 |
| HSL | 345.14º | 0.47% | 0.46% | - |
| HSV(B) | 345.14º | 0.64% | 0.67% | - |
| XYZ | 20.32 | 12.82 | 10.86 | - |
| YUV | 97.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 89 | 0 | 0.64 | 0.48 | 0.33 | 345.14 | 0.47 | 0.46 |
| Hex | AB | 3E | 59 | 0 | 40 | 30 | 21 | 159 | 2F | 2E |
| Octal | 253 | 76 | 131 | 0 | 100 | 60 | 41 | 531 | 57 | 56 |
| Binary | 10101011 | 111110 | 1011001 | 0 | 1000000 | 110000 | 100001 | 101011001 | 101111 | 101110 |
Color Harmonies of #AB3E59
Complementary color
Monochromatic Colors of #AB3E59
Black with #AB3E59
Text Example
Text Example
White with #AB3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E59; }
p { color: rgb(171,62,89); }
H1.HeaderClassName
{
color: #AB3E59;
}
.AnyTagClassName
{
color: #AB3E59;
}
</style>
background-color css
<style>
a { background-color: #AB3E59; }
a { background-color: rgb(171,62,89); }
div.DivClassName
{
background-color: #AB3E59;
}
.BgClassName
{
background-color: #AB3E59;
}
</style>
border-color css
<style>
span { border-color: #AB3E59; }
span { border-color: rgb(171,62,89); }
td.TdClassName
{
border-color: #AB3E59;
}
.TagClassName
{
border-color: #AB3E59;
}
</style>