Shades of Night Shadz #A0414A
Tints of Night Shadz #A0414A
RGB
CMYK
RGB Variations
Color information
#A0414A (or 0xA0414A) is known color: Night Shadz. HEX triplet: A0, 41 and 4A. RGB value is (160,65,74). Sum of RGB (Red+Green+Blue) = 160+65+74=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0414A is #5FBEB5. Grayscale: #5E5E5E. Windows color (decimal): -6274742 or 4866464. OLE color: 4866464.
HSL color Cylindrical-coordinate representation of color #A0414A: hue angle of 354.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0414A is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 74 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.37 |
| HSL | 354.32º | 0.42% | 0.44% | - |
| HSV(B) | 354.32º | 0.59% | 0.63% | - |
| XYZ | 17.62 | 11.75 | 7.82 | - |
| YUV | 94.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 74 | 0 | 0.59 | 0.54 | 0.37 | 354.32 | 0.42 | 0.44 |
| Hex | A0 | 41 | 4A | 0 | 3B | 36 | 25 | 162 | 2A | 2C |
| Octal | 240 | 101 | 112 | 0 | 73 | 66 | 45 | 542 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1001010 | 0 | 111011 | 110110 | 100101 | 101100010 | 101010 | 101100 |
Color Harmonies of #A0414A
Complementary color
Monochromatic Colors of #A0414A
Black with #A0414A
Text Example
Text Example
White with #A0414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0414A; }
p { color: rgb(160,65,74); }
H1.HeaderClassName
{
color: #A0414A;
}
.AnyTagClassName
{
color: #A0414A;
}
</style>
background-color css
<style>
a { background-color: #A0414A; }
a { background-color: rgb(160,65,74); }
div.DivClassName
{
background-color: #A0414A;
}
.BgClassName
{
background-color: #A0414A;
}
</style>
border-color css
<style>
span { border-color: #A0414A; }
span { border-color: rgb(160,65,74); }
td.TdClassName
{
border-color: #A0414A;
}
.TagClassName
{
border-color: #A0414A;
}
</style>