Shades of Night Shadz #A0304C
Tints of Night Shadz #A0304C
RGB
CMYK
RGB Variations
Color information
#A0304C (or 0xA0304C) is known color: Night Shadz. HEX triplet: A0, 30 and 4C. RGB value is (160,48,76). Sum of RGB (Red+Green+Blue) = 160+48+76=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0304C is #5FCFB3. Grayscale: #545454. Windows color (decimal): -6279092 or 4993184. OLE color: 4993184.
HSL color Cylindrical-coordinate representation of color #A0304C: hue angle of 345º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0304C is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 76 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.37 |
| HSL | 345º | 0.54% | 0.41% | - |
| HSV(B) | 345º | 0.7% | 0.63% | - |
| XYZ | 16.86 | 10.11 | 7.9 | - |
| YUV | 84.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 76 | 0 | 0.70 | 0.52 | 0.37 | 345 | 0.54 | 0.41 |
| Hex | A0 | 30 | 4C | 0 | 46 | 34 | 25 | 159 | 36 | 29 |
| Octal | 240 | 60 | 114 | 0 | 106 | 64 | 45 | 531 | 66 | 51 |
| Binary | 10100000 | 110000 | 1001100 | 0 | 1000110 | 110100 | 100101 | 101011001 | 110110 | 101001 |
Color Harmonies of #A0304C
Complementary color
Monochromatic Colors of #A0304C
Black with #A0304C
Text Example
Text Example
White with #A0304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0304C; }
p { color: rgb(160,48,76); }
H1.HeaderClassName
{
color: #A0304C;
}
.AnyTagClassName
{
color: #A0304C;
}
</style>
background-color css
<style>
a { background-color: #A0304C; }
a { background-color: rgb(160,48,76); }
div.DivClassName
{
background-color: #A0304C;
}
.BgClassName
{
background-color: #A0304C;
}
</style>
border-color css
<style>
span { border-color: #A0304C; }
span { border-color: rgb(160,48,76); }
td.TdClassName
{
border-color: #A0304C;
}
.TagClassName
{
border-color: #A0304C;
}
</style>