Shades of Night Shadz #AB324E
Tints of Night Shadz #AB324E
RGB
CMYK
RGB Variations
Color information
#AB324E (or 0xAB324E) is known color: Night Shadz. HEX triplet: AB, 32 and 4E. RGB value is (171,50,78). Sum of RGB (Red+Green+Blue) = 171+50+78=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB324E is #54CDB1. Grayscale: #595959. Windows color (decimal): -5557682 or 5124779. OLE color: 5124779.
HSL color Cylindrical-coordinate representation of color #AB324E: hue angle of 346.12º 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 #AB324E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 78 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.33 |
| HSL | 346.12º | 0.55% | 0.43% | - |
| HSV(B) | 346.12º | 0.71% | 0.67% | - |
| XYZ | 19.31 | 11.49 | 8.41 | - |
| YUV | 89.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 78 | 0 | 0.71 | 0.54 | 0.33 | 346.12 | 0.55 | 0.43 |
| Hex | AB | 32 | 4E | 0 | 47 | 36 | 21 | 15A | 37 | 2B |
| Octal | 253 | 62 | 116 | 0 | 107 | 66 | 41 | 532 | 67 | 53 |
| Binary | 10101011 | 110010 | 1001110 | 0 | 1000111 | 110110 | 100001 | 101011010 | 110111 | 101011 |
Color Harmonies of #AB324E
Complementary color
Monochromatic Colors of #AB324E
Black with #AB324E
Text Example
Text Example
White with #AB324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB324E; }
p { color: rgb(171,50,78); }
H1.HeaderClassName
{
color: #AB324E;
}
.AnyTagClassName
{
color: #AB324E;
}
</style>
background-color css
<style>
a { background-color: #AB324E; }
a { background-color: rgb(171,50,78); }
div.DivClassName
{
background-color: #AB324E;
}
.BgClassName
{
background-color: #AB324E;
}
</style>
border-color css
<style>
span { border-color: #AB324E; }
span { border-color: rgb(171,50,78); }
td.TdClassName
{
border-color: #AB324E;
}
.TagClassName
{
border-color: #AB324E;
}
</style>