Shades of Night Shadz #A9414E
Tints of Night Shadz #A9414E
RGB
CMYK
RGB Variations
Color information
#A9414E (or 0xA9414E) is known color: Night Shadz. HEX triplet: A9, 41 and 4E. RGB value is (169,65,78). Sum of RGB (Red+Green+Blue) = 169+65+78=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9414E is #56BEB1. Grayscale: #616161. Windows color (decimal): -5684914 or 5128617. OLE color: 5128617.
HSL color Cylindrical-coordinate representation of color #A9414E: hue angle of 352.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9414E is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 78 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.34 |
| HSL | 352.5º | 0.44% | 0.46% | - |
| HSV(B) | 352.5º | 0.62% | 0.66% | - |
| XYZ | 19.63 | 12.77 | 8.64 | - |
| YUV | 97.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 78 | 0 | 0.62 | 0.54 | 0.34 | 352.5 | 0.44 | 0.46 |
| Hex | A9 | 41 | 4E | 0 | 3E | 36 | 22 | 160 | 2C | 2E |
| Octal | 251 | 101 | 116 | 0 | 76 | 66 | 42 | 540 | 54 | 56 |
| Binary | 10101001 | 1000001 | 1001110 | 0 | 111110 | 110110 | 100010 | 101100000 | 101100 | 101110 |
Color Harmonies of #A9414E
Complementary color
Monochromatic Colors of #A9414E
Black with #A9414E
Text Example
Text Example
White with #A9414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9414E; }
p { color: rgb(169,65,78); }
H1.HeaderClassName
{
color: #A9414E;
}
.AnyTagClassName
{
color: #A9414E;
}
</style>
background-color css
<style>
a { background-color: #A9414E; }
a { background-color: rgb(169,65,78); }
div.DivClassName
{
background-color: #A9414E;
}
.BgClassName
{
background-color: #A9414E;
}
</style>
border-color css
<style>
span { border-color: #A9414E; }
span { border-color: rgb(169,65,78); }
td.TdClassName
{
border-color: #A9414E;
}
.TagClassName
{
border-color: #A9414E;
}
</style>