Shades of Night Shadz #AB344D
Tints of Night Shadz #AB344D
RGB
CMYK
RGB Variations
Color information
#AB344D (or 0xAB344D) is known color: Night Shadz. HEX triplet: AB, 34 and 4D. RGB value is (171,52,77). Sum of RGB (Red+Green+Blue) = 171+52+77=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB344D is #54CBB2. Grayscale: #5A5A5A. Windows color (decimal): -5557171 or 5059755. OLE color: 5059755.
HSL color Cylindrical-coordinate representation of color #AB344D: hue angle of 347.39º 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 #AB344D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 77 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.33 |
| HSL | 347.4º | 0.53% | 0.44% | - |
| HSV(B) | 347.4º | 0.7% | 0.67% | - |
| XYZ | 19.36 | 11.65 | 8.25 | - |
| YUV | 90.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 77 | 0 | 0.70 | 0.55 | 0.33 | 347.4 | 0.53 | 0.44 |
| Hex | AB | 34 | 4D | 0 | 46 | 37 | 21 | 15B | 35 | 2C |
| Octal | 253 | 64 | 115 | 0 | 106 | 67 | 41 | 533 | 65 | 54 |
| Binary | 10101011 | 110100 | 1001101 | 0 | 1000110 | 110111 | 100001 | 101011011 | 110101 | 101100 |
Color Harmonies of #AB344D
Complementary color
Monochromatic Colors of #AB344D
Black with #AB344D
Text Example
Text Example
White with #AB344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB344D; }
p { color: rgb(171,52,77); }
H1.HeaderClassName
{
color: #AB344D;
}
.AnyTagClassName
{
color: #AB344D;
}
</style>
background-color css
<style>
a { background-color: #AB344D; }
a { background-color: rgb(171,52,77); }
div.DivClassName
{
background-color: #AB344D;
}
.BgClassName
{
background-color: #AB344D;
}
</style>
border-color css
<style>
span { border-color: #AB344D; }
span { border-color: rgb(171,52,77); }
td.TdClassName
{
border-color: #AB344D;
}
.TagClassName
{
border-color: #AB344D;
}
</style>