Shades of Night Shadz #AB3C57
Tints of Night Shadz #AB3C57
RGB
CMYK
RGB Variations
Color information
#AB3C57 (or 0xAB3C57) is known color: Night Shadz. HEX triplet: AB, 3C and 57. RGB value is (171,60,87). Sum of RGB (Red+Green+Blue) = 171+60+87=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C57 is #54C3A8. Grayscale: #606060. Windows color (decimal): -5555113 or 5717163. OLE color: 5717163.
HSL color Cylindrical-coordinate representation of color #AB3C57: hue angle of 345.41º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C57 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 87 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.33 |
| HSL | 345.41º | 0.48% | 0.45% | - |
| HSV(B) | 345.41º | 0.65% | 0.67% | - |
| XYZ | 20.13 | 12.58 | 10.38 | - |
| YUV | 96.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 87 | 0 | 0.65 | 0.49 | 0.33 | 345.41 | 0.48 | 0.45 |
| Hex | AB | 3C | 57 | 0 | 41 | 31 | 21 | 159 | 30 | 2D |
| Octal | 253 | 74 | 127 | 0 | 101 | 61 | 41 | 531 | 60 | 55 |
| Binary | 10101011 | 111100 | 1010111 | 0 | 1000001 | 110001 | 100001 | 101011001 | 110000 | 101101 |
Color Harmonies of #AB3C57
Complementary color
Monochromatic Colors of #AB3C57
Black with #AB3C57
Text Example
Text Example
White with #AB3C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C57; }
p { color: rgb(171,60,87); }
H1.HeaderClassName
{
color: #AB3C57;
}
.AnyTagClassName
{
color: #AB3C57;
}
</style>
background-color css
<style>
a { background-color: #AB3C57; }
a { background-color: rgb(171,60,87); }
div.DivClassName
{
background-color: #AB3C57;
}
.BgClassName
{
background-color: #AB3C57;
}
</style>
border-color css
<style>
span { border-color: #AB3C57; }
span { border-color: rgb(171,60,87); }
td.TdClassName
{
border-color: #AB3C57;
}
.TagClassName
{
border-color: #AB3C57;
}
</style>