Shades of Night Shadz #AB304B
Tints of Night Shadz #AB304B
RGB
CMYK
RGB Variations
Color information
#AB304B (or 0xAB304B) is known color: Night Shadz. HEX triplet: AB, 30 and 4B. RGB value is (171,48,75). Sum of RGB (Red+Green+Blue) = 171+48+75=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB304B is #54CFB4. Grayscale: #575757. Windows color (decimal): -5558197 or 4927659. OLE color: 4927659.
HSL color Cylindrical-coordinate representation of color #AB304B: hue angle of 346.83º 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 #AB304B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 75 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.33 |
| HSL | 346.83º | 0.56% | 0.43% | - |
| HSV(B) | 346.83º | 0.72% | 0.67% | - |
| XYZ | 19.12 | 11.28 | 7.83 | - |
| YUV | 87.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 75 | 0 | 0.72 | 0.56 | 0.33 | 346.83 | 0.56 | 0.43 |
| Hex | AB | 30 | 4B | 0 | 48 | 38 | 21 | 15B | 38 | 2B |
| Octal | 253 | 60 | 113 | 0 | 110 | 70 | 41 | 533 | 70 | 53 |
| Binary | 10101011 | 110000 | 1001011 | 0 | 1001000 | 111000 | 100001 | 101011011 | 111000 | 101011 |
Color Harmonies of #AB304B
Complementary color
Monochromatic Colors of #AB304B
Black with #AB304B
Text Example
Text Example
White with #AB304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB304B; }
p { color: rgb(171,48,75); }
H1.HeaderClassName
{
color: #AB304B;
}
.AnyTagClassName
{
color: #AB304B;
}
</style>
background-color css
<style>
a { background-color: #AB304B; }
a { background-color: rgb(171,48,75); }
div.DivClassName
{
background-color: #AB304B;
}
.BgClassName
{
background-color: #AB304B;
}
</style>
border-color css
<style>
span { border-color: #AB304B; }
span { border-color: rgb(171,48,75); }
td.TdClassName
{
border-color: #AB304B;
}
.TagClassName
{
border-color: #AB304B;
}
</style>