Shades of Night Shadz #AB334C
Tints of Night Shadz #AB334C
RGB
CMYK
RGB Variations
Color information
#AB334C (or 0xAB334C) is known color: Night Shadz. HEX triplet: AB, 33 and 4C. RGB value is (171,51,76). Sum of RGB (Red+Green+Blue) = 171+51+76=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB334C is #54CCB3. Grayscale: #595959. Windows color (decimal): -5557428 or 4993963. OLE color: 4993963.
HSL color Cylindrical-coordinate representation of color #AB334C: hue angle of 347.5º degrees, saturation: 0.54, 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 #AB334C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 76 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.33 |
| HSL | 347.5º | 0.54% | 0.44% | - |
| HSV(B) | 347.5º | 0.7% | 0.67% | - |
| XYZ | 19.28 | 11.55 | 8.05 | - |
| YUV | 89.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 76 | 0 | 0.70 | 0.56 | 0.33 | 347.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 4C | 0 | 46 | 38 | 21 | 15C | 36 | 2C |
| Octal | 253 | 63 | 114 | 0 | 106 | 70 | 41 | 534 | 66 | 54 |
| Binary | 10101011 | 110011 | 1001100 | 0 | 1000110 | 111000 | 100001 | 101011100 | 110110 | 101100 |
Color Harmonies of #AB334C
Complementary color
Monochromatic Colors of #AB334C
Black with #AB334C
Text Example
Text Example
White with #AB334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB334C; }
p { color: rgb(171,51,76); }
H1.HeaderClassName
{
color: #AB334C;
}
.AnyTagClassName
{
color: #AB334C;
}
</style>
background-color css
<style>
a { background-color: #AB334C; }
a { background-color: rgb(171,51,76); }
div.DivClassName
{
background-color: #AB334C;
}
.BgClassName
{
background-color: #AB334C;
}
</style>
border-color css
<style>
span { border-color: #AB334C; }
span { border-color: rgb(171,51,76); }
td.TdClassName
{
border-color: #AB334C;
}
.TagClassName
{
border-color: #AB334C;
}
</style>