Shades of Night Shadz #AB324F
Tints of Night Shadz #AB324F
RGB
CMYK
RGB Variations
Color information
#AB324F (or 0xAB324F) is known color: Night Shadz. HEX triplet: AB, 32 and 4F. RGB value is (171,50,79). Sum of RGB (Red+Green+Blue) = 171+50+79=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB324F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB324F is #54CDB0. Grayscale: #595959. Windows color (decimal): -5557681 or 5190315. OLE color: 5190315.
HSL color Cylindrical-coordinate representation of color #AB324F: hue angle of 345.62º 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 #AB324F is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 79 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.33 |
| HSL | 345.62º | 0.55% | 0.43% | - |
| HSV(B) | 345.62º | 0.71% | 0.67% | - |
| XYZ | 19.35 | 11.5 | 8.6 | - |
| YUV | 89.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 79 | 0 | 0.71 | 0.54 | 0.33 | 345.62 | 0.55 | 0.43 |
| Hex | AB | 32 | 4F | 0 | 47 | 36 | 21 | 15A | 37 | 2B |
| Octal | 253 | 62 | 117 | 0 | 107 | 66 | 41 | 532 | 67 | 53 |
| Binary | 10101011 | 110010 | 1001111 | 0 | 1000111 | 110110 | 100001 | 101011010 | 110111 | 101011 |
Color Harmonies of #AB324F
Complementary color
Monochromatic Colors of #AB324F
Black with #AB324F
Text Example
Text Example
White with #AB324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB324F; }
p { color: rgb(171,50,79); }
H1.HeaderClassName
{
color: #AB324F;
}
.AnyTagClassName
{
color: #AB324F;
}
</style>
background-color css
<style>
a { background-color: #AB324F; }
a { background-color: rgb(171,50,79); }
div.DivClassName
{
background-color: #AB324F;
}
.BgClassName
{
background-color: #AB324F;
}
</style>
border-color css
<style>
span { border-color: #AB324F; }
span { border-color: rgb(171,50,79); }
td.TdClassName
{
border-color: #AB324F;
}
.TagClassName
{
border-color: #AB324F;
}
</style>