Shades of Night Shadz #A0375B
Tints of Night Shadz #A0375B
RGB
CMYK
RGB Variations
Color information
#A0375B (or 0xA0375B) is known color: Night Shadz. HEX triplet: A0, 37 and 5B. RGB value is (160,55,91). Sum of RGB (Red+Green+Blue) = 160+55+91=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0375B is #5FC8A4. Grayscale: #5A5A5A. Windows color (decimal): -6277285 or 5978016. OLE color: 5978016.
HSL color Cylindrical-coordinate representation of color #A0375B: hue angle of 339.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0375B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 91 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.37 |
| HSL | 339.43º | 0.49% | 0.42% | - |
| HSV(B) | 339.43º | 0.66% | 0.63% | - |
| XYZ | 17.75 | 10.96 | 11.08 | - |
| YUV | 90.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 91 | 0 | 0.66 | 0.43 | 0.37 | 339.43 | 0.49 | 0.42 |
| Hex | A0 | 37 | 5B | 0 | 42 | 2B | 25 | 153 | 31 | 2A |
| Octal | 240 | 67 | 133 | 0 | 102 | 53 | 45 | 523 | 61 | 52 |
| Binary | 10100000 | 110111 | 1011011 | 0 | 1000010 | 101011 | 100101 | 101010011 | 110001 | 101010 |
Color Harmonies of #A0375B
Complementary color
Monochromatic Colors of #A0375B
Black with #A0375B
Text Example
Text Example
White with #A0375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0375B; }
p { color: rgb(160,55,91); }
H1.HeaderClassName
{
color: #A0375B;
}
.AnyTagClassName
{
color: #A0375B;
}
</style>
background-color css
<style>
a { background-color: #A0375B; }
a { background-color: rgb(160,55,91); }
div.DivClassName
{
background-color: #A0375B;
}
.BgClassName
{
background-color: #A0375B;
}
</style>
border-color css
<style>
span { border-color: #A0375B; }
span { border-color: rgb(160,55,91); }
td.TdClassName
{
border-color: #A0375B;
}
.TagClassName
{
border-color: #A0375B;
}
</style>