Shades of Night Shadz #AB3155
Tints of Night Shadz #AB3155
RGB
CMYK
RGB Variations
Color information
#AB3155 (or 0xAB3155) is known color: Night Shadz. HEX triplet: AB, 31 and 55. RGB value is (171,49,85). Sum of RGB (Red+Green+Blue) = 171+49+85=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3155 is #54CEAA. Grayscale: #595959. Windows color (decimal): -5557931 or 5583275. OLE color: 5583275.
HSL color Cylindrical-coordinate representation of color #AB3155: hue angle of 342.3º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3155 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 85 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.33 |
| HSL | 342.3º | 0.55% | 0.43% | - |
| HSV(B) | 342.3º | 0.71% | 0.67% | - |
| XYZ | 19.53 | 11.51 | 9.79 | - |
| YUV | 89.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 85 | 0 | 0.71 | 0.50 | 0.33 | 342.3 | 0.55 | 0.43 |
| Hex | AB | 31 | 55 | 0 | 47 | 32 | 21 | 156 | 37 | 2B |
| Octal | 253 | 61 | 125 | 0 | 107 | 62 | 41 | 526 | 67 | 53 |
| Binary | 10101011 | 110001 | 1010101 | 0 | 1000111 | 110010 | 100001 | 101010110 | 110111 | 101011 |
Color Harmonies of #AB3155
Complementary color
Monochromatic Colors of #AB3155
Black with #AB3155
Text Example
Text Example
White with #AB3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3155; }
p { color: rgb(171,49,85); }
H1.HeaderClassName
{
color: #AB3155;
}
.AnyTagClassName
{
color: #AB3155;
}
</style>
background-color css
<style>
a { background-color: #AB3155; }
a { background-color: rgb(171,49,85); }
div.DivClassName
{
background-color: #AB3155;
}
.BgClassName
{
background-color: #AB3155;
}
</style>
border-color css
<style>
span { border-color: #AB3155; }
span { border-color: rgb(171,49,85); }
td.TdClassName
{
border-color: #AB3155;
}
.TagClassName
{
border-color: #AB3155;
}
</style>