Shades of Night Shadz #AB344B
Tints of Night Shadz #AB344B
RGB
CMYK
RGB Variations
Color information
#AB344B (or 0xAB344B) is known color: Night Shadz. HEX triplet: AB, 34 and 4B. RGB value is (171,52,75). Sum of RGB (Red+Green+Blue) = 171+52+75=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB344B is #54CBB4. Grayscale: #5A5A5A. Windows color (decimal): -5557173 or 4928683. OLE color: 4928683.
HSL color Cylindrical-coordinate representation of color #AB344B: hue angle of 348.4º 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 #AB344B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 75 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.33 |
| HSL | 348.4º | 0.53% | 0.44% | - |
| HSV(B) | 348.4º | 0.7% | 0.67% | - |
| XYZ | 19.29 | 11.62 | 7.88 | - |
| YUV | 90.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 75 | 0 | 0.70 | 0.56 | 0.33 | 348.4 | 0.53 | 0.44 |
| Hex | AB | 34 | 4B | 0 | 46 | 38 | 21 | 15C | 35 | 2C |
| Octal | 253 | 64 | 113 | 0 | 106 | 70 | 41 | 534 | 65 | 54 |
| Binary | 10101011 | 110100 | 1001011 | 0 | 1000110 | 111000 | 100001 | 101011100 | 110101 | 101100 |
Color Harmonies of #AB344B
Complementary color
Monochromatic Colors of #AB344B
Black with #AB344B
Text Example
Text Example
White with #AB344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB344B; }
p { color: rgb(171,52,75); }
H1.HeaderClassName
{
color: #AB344B;
}
.AnyTagClassName
{
color: #AB344B;
}
</style>
background-color css
<style>
a { background-color: #AB344B; }
a { background-color: rgb(171,52,75); }
div.DivClassName
{
background-color: #AB344B;
}
.BgClassName
{
background-color: #AB344B;
}
</style>
border-color css
<style>
span { border-color: #AB344B; }
span { border-color: rgb(171,52,75); }
td.TdClassName
{
border-color: #AB344B;
}
.TagClassName
{
border-color: #AB344B;
}
</style>