Shades of Night Shadz #AB3655
Tints of Night Shadz #AB3655
RGB
CMYK
RGB Variations
Color information
#AB3655 (or 0xAB3655) is known color: Night Shadz. HEX triplet: AB, 36 and 55. RGB value is (171,54,85). Sum of RGB (Red+Green+Blue) = 171+54+85=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3655 is #54C9AA. Grayscale: #5C5C5C. Windows color (decimal): -5556651 or 5584555. OLE color: 5584555.
HSL color Cylindrical-coordinate representation of color #AB3655: hue angle of 344.1º degrees, saturation: 0.52, 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 #AB3655 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 85 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.33 |
| HSL | 344.1º | 0.52% | 0.44% | - |
| HSV(B) | 344.1º | 0.68% | 0.67% | - |
| XYZ | 19.75 | 11.95 | 9.86 | - |
| YUV | 92.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 85 | 0 | 0.68 | 0.50 | 0.33 | 344.1 | 0.52 | 0.44 |
| Hex | AB | 36 | 55 | 0 | 44 | 32 | 21 | 158 | 34 | 2C |
| Octal | 253 | 66 | 125 | 0 | 104 | 62 | 41 | 530 | 64 | 54 |
| Binary | 10101011 | 110110 | 1010101 | 0 | 1000100 | 110010 | 100001 | 101011000 | 110100 | 101100 |
Color Harmonies of #AB3655
Complementary color
Monochromatic Colors of #AB3655
Black with #AB3655
Text Example
Text Example
White with #AB3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3655; }
p { color: rgb(171,54,85); }
H1.HeaderClassName
{
color: #AB3655;
}
.AnyTagClassName
{
color: #AB3655;
}
</style>
background-color css
<style>
a { background-color: #AB3655; }
a { background-color: rgb(171,54,85); }
div.DivClassName
{
background-color: #AB3655;
}
.BgClassName
{
background-color: #AB3655;
}
</style>
border-color css
<style>
span { border-color: #AB3655; }
span { border-color: rgb(171,54,85); }
td.TdClassName
{
border-color: #AB3655;
}
.TagClassName
{
border-color: #AB3655;
}
</style>