Shades of Night Shadz #AB424E
Tints of Night Shadz #AB424E
RGB
CMYK
RGB Variations
Color information
#AB424E (or 0xAB424E) is known color: Night Shadz. HEX triplet: AB, 42 and 4E. RGB value is (171,66,78). Sum of RGB (Red+Green+Blue) = 171+66+78=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB424E is #54BDB1. Grayscale: #626262. Windows color (decimal): -5553586 or 5128875. OLE color: 5128875.
HSL color Cylindrical-coordinate representation of color #AB424E: hue angle of 353.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB424E is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 78 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.33 |
| HSL | 353.14º | 0.44% | 0.46% | - |
| HSV(B) | 353.14º | 0.61% | 0.67% | - |
| XYZ | 20.12 | 13.1 | 8.68 | - |
| YUV | 98.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 78 | 0 | 0.61 | 0.54 | 0.33 | 353.14 | 0.44 | 0.46 |
| Hex | AB | 42 | 4E | 0 | 3D | 36 | 21 | 161 | 2C | 2E |
| Octal | 253 | 102 | 116 | 0 | 75 | 66 | 41 | 541 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1001110 | 0 | 111101 | 110110 | 100001 | 101100001 | 101100 | 101110 |
Color Harmonies of #AB424E
Complementary color
Monochromatic Colors of #AB424E
Black with #AB424E
Text Example
Text Example
White with #AB424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB424E; }
p { color: rgb(171,66,78); }
H1.HeaderClassName
{
color: #AB424E;
}
.AnyTagClassName
{
color: #AB424E;
}
</style>
background-color css
<style>
a { background-color: #AB424E; }
a { background-color: rgb(171,66,78); }
div.DivClassName
{
background-color: #AB424E;
}
.BgClassName
{
background-color: #AB424E;
}
</style>
border-color css
<style>
span { border-color: #AB424E; }
span { border-color: rgb(171,66,78); }
td.TdClassName
{
border-color: #AB424E;
}
.TagClassName
{
border-color: #AB424E;
}
</style>