Shades of Night Shadz #AB3450
Tints of Night Shadz #AB3450
RGB
CMYK
RGB Variations
Color information
#AB3450 (or 0xAB3450) is known color: Night Shadz. HEX triplet: AB, 34 and 50. RGB value is (171,52,80). Sum of RGB (Red+Green+Blue) = 171+52+80=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3450 is #54CBAF. Grayscale: #5A5A5A. Windows color (decimal): -5557168 or 5256363. OLE color: 5256363.
HSL color Cylindrical-coordinate representation of color #AB3450: hue angle of 345.88º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3450 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 80 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.33 |
| HSL | 345.88º | 0.53% | 0.44% | - |
| HSV(B) | 345.88º | 0.7% | 0.67% | - |
| XYZ | 19.47 | 11.69 | 8.82 | - |
| YUV | 90.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 80 | 0 | 0.70 | 0.53 | 0.33 | 345.88 | 0.53 | 0.44 |
| Hex | AB | 34 | 50 | 0 | 46 | 35 | 21 | 15A | 35 | 2C |
| Octal | 253 | 64 | 120 | 0 | 106 | 65 | 41 | 532 | 65 | 54 |
| Binary | 10101011 | 110100 | 1010000 | 0 | 1000110 | 110101 | 100001 | 101011010 | 110101 | 101100 |
Color Harmonies of #AB3450
Complementary color
Monochromatic Colors of #AB3450
Black with #AB3450
Text Example
Text Example
White with #AB3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3450; }
p { color: rgb(171,52,80); }
H1.HeaderClassName
{
color: #AB3450;
}
.AnyTagClassName
{
color: #AB3450;
}
</style>
background-color css
<style>
a { background-color: #AB3450; }
a { background-color: rgb(171,52,80); }
div.DivClassName
{
background-color: #AB3450;
}
.BgClassName
{
background-color: #AB3450;
}
</style>
border-color css
<style>
span { border-color: #AB3450; }
span { border-color: rgb(171,52,80); }
td.TdClassName
{
border-color: #AB3450;
}
.TagClassName
{
border-color: #AB3450;
}
</style>