Shades of Night Shadz #A43C59
Tints of Night Shadz #A43C59
RGB
CMYK
RGB Variations
Color information
#A43C59 (or 0xA43C59) is known color: Night Shadz. HEX triplet: A4, 3C and 59. RGB value is (164,60,89). Sum of RGB (Red+Green+Blue) = 164+60+89=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C59 is #5BC3A6. Grayscale: #5E5E5E. Windows color (decimal): -6013863 or 5848228. OLE color: 5848228.
HSL color Cylindrical-coordinate representation of color #A43C59: hue angle of 343.27º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C59 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 89 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.36 |
| HSL | 343.27º | 0.46% | 0.44% | - |
| HSV(B) | 343.27º | 0.63% | 0.64% | - |
| XYZ | 18.73 | 11.85 | 10.75 | - |
| YUV | 94.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 89 | 0 | 0.63 | 0.46 | 0.36 | 343.27 | 0.46 | 0.44 |
| Hex | A4 | 3C | 59 | 0 | 3F | 2E | 24 | 157 | 2E | 2C |
| Octal | 244 | 74 | 131 | 0 | 77 | 56 | 44 | 527 | 56 | 54 |
| Binary | 10100100 | 111100 | 1011001 | 0 | 111111 | 101110 | 100100 | 101010111 | 101110 | 101100 |
Color Harmonies of #A43C59
Complementary color
Monochromatic Colors of #A43C59
Black with #A43C59
Text Example
Text Example
White with #A43C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C59; }
p { color: rgb(164,60,89); }
H1.HeaderClassName
{
color: #A43C59;
}
.AnyTagClassName
{
color: #A43C59;
}
</style>
background-color css
<style>
a { background-color: #A43C59; }
a { background-color: rgb(164,60,89); }
div.DivClassName
{
background-color: #A43C59;
}
.BgClassName
{
background-color: #A43C59;
}
</style>
border-color css
<style>
span { border-color: #A43C59; }
span { border-color: rgb(164,60,89); }
td.TdClassName
{
border-color: #A43C59;
}
.TagClassName
{
border-color: #A43C59;
}
</style>