Shades of Night Shadz #AB304D
Tints of Night Shadz #AB304D
RGB
CMYK
RGB Variations
Color information
#AB304D (or 0xAB304D) is known color: Night Shadz. HEX triplet: AB, 30 and 4D. RGB value is (171,48,77). Sum of RGB (Red+Green+Blue) = 171+48+77=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB304D is #54CFB2. Grayscale: #585858. Windows color (decimal): -5558195 or 5058731. OLE color: 5058731.
HSL color Cylindrical-coordinate representation of color #AB304D: hue angle of 345.85º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB304D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 77 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.33 |
| HSL | 345.85º | 0.56% | 0.43% | - |
| HSV(B) | 345.85º | 0.72% | 0.67% | - |
| XYZ | 19.19 | 11.31 | 8.19 | - |
| YUV | 88.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 77 | 0 | 0.72 | 0.55 | 0.33 | 345.85 | 0.56 | 0.43 |
| Hex | AB | 30 | 4D | 0 | 48 | 37 | 21 | 15A | 38 | 2B |
| Octal | 253 | 60 | 115 | 0 | 110 | 67 | 41 | 532 | 70 | 53 |
| Binary | 10101011 | 110000 | 1001101 | 0 | 1001000 | 110111 | 100001 | 101011010 | 111000 | 101011 |
Color Harmonies of #AB304D
Complementary color
Monochromatic Colors of #AB304D
Black with #AB304D
Text Example
Text Example
White with #AB304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB304D; }
p { color: rgb(171,48,77); }
H1.HeaderClassName
{
color: #AB304D;
}
.AnyTagClassName
{
color: #AB304D;
}
</style>
background-color css
<style>
a { background-color: #AB304D; }
a { background-color: rgb(171,48,77); }
div.DivClassName
{
background-color: #AB304D;
}
.BgClassName
{
background-color: #AB304D;
}
</style>
border-color css
<style>
span { border-color: #AB304D; }
span { border-color: rgb(171,48,77); }
td.TdClassName
{
border-color: #AB304D;
}
.TagClassName
{
border-color: #AB304D;
}
</style>