Shades of Night Shadz #A0384E
Tints of Night Shadz #A0384E
RGB
CMYK
RGB Variations
Color information
#A0384E (or 0xA0384E) is known color: Night Shadz. HEX triplet: A0, 38 and 4E. RGB value is (160,56,78). Sum of RGB (Red+Green+Blue) = 160+56+78=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0384E is #5FC7B1. Grayscale: #595959. Windows color (decimal): -6277042 or 5126304. OLE color: 5126304.
HSL color Cylindrical-coordinate representation of color #A0384E: hue angle of 347.31º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0384E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 78 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.37 |
| HSL | 347.31º | 0.48% | 0.42% | - |
| HSV(B) | 347.31º | 0.65% | 0.63% | - |
| XYZ | 17.29 | 10.85 | 8.39 | - |
| YUV | 89.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 78 | 0 | 0.65 | 0.51 | 0.37 | 347.31 | 0.48 | 0.42 |
| Hex | A0 | 38 | 4E | 0 | 41 | 33 | 25 | 15B | 30 | 2A |
| Octal | 240 | 70 | 116 | 0 | 101 | 63 | 45 | 533 | 60 | 52 |
| Binary | 10100000 | 111000 | 1001110 | 0 | 1000001 | 110011 | 100101 | 101011011 | 110000 | 101010 |
Color Harmonies of #A0384E
Complementary color
Monochromatic Colors of #A0384E
Black with #A0384E
Text Example
Text Example
White with #A0384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0384E; }
p { color: rgb(160,56,78); }
H1.HeaderClassName
{
color: #A0384E;
}
.AnyTagClassName
{
color: #A0384E;
}
</style>
background-color css
<style>
a { background-color: #A0384E; }
a { background-color: rgb(160,56,78); }
div.DivClassName
{
background-color: #A0384E;
}
.BgClassName
{
background-color: #A0384E;
}
</style>
border-color css
<style>
span { border-color: #A0384E; }
span { border-color: rgb(160,56,78); }
td.TdClassName
{
border-color: #A0384E;
}
.TagClassName
{
border-color: #A0384E;
}
</style>