Shades of Night Shadz #AB324C
Tints of Night Shadz #AB324C
RGB
CMYK
RGB Variations
Color information
#AB324C (or 0xAB324C) is known color: Night Shadz. HEX triplet: AB, 32 and 4C. RGB value is (171,50,76). Sum of RGB (Red+Green+Blue) = 171+50+76=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB324C is #54CDB3. Grayscale: #595959. Windows color (decimal): -5557684 or 4993707. OLE color: 4993707.
HSL color Cylindrical-coordinate representation of color #AB324C: hue angle of 347.11º 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 #AB324C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 76 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.33 |
| HSL | 347.11º | 0.55% | 0.43% | - |
| HSV(B) | 347.11º | 0.71% | 0.67% | - |
| XYZ | 19.24 | 11.46 | 8.04 | - |
| YUV | 89.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 76 | 0 | 0.71 | 0.56 | 0.33 | 347.11 | 0.55 | 0.43 |
| Hex | AB | 32 | 4C | 0 | 47 | 38 | 21 | 15B | 37 | 2B |
| Octal | 253 | 62 | 114 | 0 | 107 | 70 | 41 | 533 | 67 | 53 |
| Binary | 10101011 | 110010 | 1001100 | 0 | 1000111 | 111000 | 100001 | 101011011 | 110111 | 101011 |
Color Harmonies of #AB324C
Complementary color
Monochromatic Colors of #AB324C
Black with #AB324C
Text Example
Text Example
White with #AB324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB324C; }
p { color: rgb(171,50,76); }
H1.HeaderClassName
{
color: #AB324C;
}
.AnyTagClassName
{
color: #AB324C;
}
</style>
background-color css
<style>
a { background-color: #AB324C; }
a { background-color: rgb(171,50,76); }
div.DivClassName
{
background-color: #AB324C;
}
.BgClassName
{
background-color: #AB324C;
}
</style>
border-color css
<style>
span { border-color: #AB324C; }
span { border-color: rgb(171,50,76); }
td.TdClassName
{
border-color: #AB324C;
}
.TagClassName
{
border-color: #AB324C;
}
</style>