Shades of Night Shadz #AB354B
Tints of Night Shadz #AB354B
RGB
CMYK
RGB Variations
Color information
#AB354B (or 0xAB354B) is known color: Night Shadz. HEX triplet: AB, 35 and 4B. RGB value is (171,53,75). Sum of RGB (Red+Green+Blue) = 171+53+75=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB354B is #54CAB4. Grayscale: #5A5A5A. Windows color (decimal): -5556917 or 4928939. OLE color: 4928939.
HSL color Cylindrical-coordinate representation of color #AB354B: hue angle of 348.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB354B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 75 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.33 |
| HSL | 348.81º | 0.53% | 0.44% | - |
| HSV(B) | 348.81º | 0.69% | 0.67% | - |
| XYZ | 19.34 | 11.71 | 7.9 | - |
| YUV | 90.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 75 | 0 | 0.69 | 0.56 | 0.33 | 348.81 | 0.53 | 0.44 |
| Hex | AB | 35 | 4B | 0 | 45 | 38 | 21 | 15D | 35 | 2C |
| Octal | 253 | 65 | 113 | 0 | 105 | 70 | 41 | 535 | 65 | 54 |
| Binary | 10101011 | 110101 | 1001011 | 0 | 1000101 | 111000 | 100001 | 101011101 | 110101 | 101100 |
Color Harmonies of #AB354B
Complementary color
Monochromatic Colors of #AB354B
Black with #AB354B
Text Example
Text Example
White with #AB354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB354B; }
p { color: rgb(171,53,75); }
H1.HeaderClassName
{
color: #AB354B;
}
.AnyTagClassName
{
color: #AB354B;
}
</style>
background-color css
<style>
a { background-color: #AB354B; }
a { background-color: rgb(171,53,75); }
div.DivClassName
{
background-color: #AB354B;
}
.BgClassName
{
background-color: #AB354B;
}
</style>
border-color css
<style>
span { border-color: #AB354B; }
span { border-color: rgb(171,53,75); }
td.TdClassName
{
border-color: #AB354B;
}
.TagClassName
{
border-color: #AB354B;
}
</style>