Shades of Night Shadz #A43A59
Tints of Night Shadz #A43A59
RGB
CMYK
RGB Variations
Color information
#A43A59 (or 0xA43A59) is known color: Night Shadz. HEX triplet: A4, 3A and 59. RGB value is (164,58,89). Sum of RGB (Red+Green+Blue) = 164+58+89=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A59 is #5BC5A6. Grayscale: #5D5D5D. Windows color (decimal): -6014375 or 5847716. OLE color: 5847716.
HSL color Cylindrical-coordinate representation of color #A43A59: hue angle of 342.45º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A59 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 89 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.36 |
| HSL | 342.45º | 0.48% | 0.44% | - |
| HSV(B) | 342.45º | 0.65% | 0.64% | - |
| XYZ | 18.63 | 11.64 | 10.72 | - |
| YUV | 93.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 89 | 0 | 0.65 | 0.46 | 0.36 | 342.45 | 0.48 | 0.44 |
| Hex | A4 | 3A | 59 | 0 | 41 | 2E | 24 | 156 | 30 | 2C |
| Octal | 244 | 72 | 131 | 0 | 101 | 56 | 44 | 526 | 60 | 54 |
| Binary | 10100100 | 111010 | 1011001 | 0 | 1000001 | 101110 | 100100 | 101010110 | 110000 | 101100 |
Color Harmonies of #A43A59
Complementary color
Monochromatic Colors of #A43A59
Black with #A43A59
Text Example
Text Example
White with #A43A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A59; }
p { color: rgb(164,58,89); }
H1.HeaderClassName
{
color: #A43A59;
}
.AnyTagClassName
{
color: #A43A59;
}
</style>
background-color css
<style>
a { background-color: #A43A59; }
a { background-color: rgb(164,58,89); }
div.DivClassName
{
background-color: #A43A59;
}
.BgClassName
{
background-color: #A43A59;
}
</style>
border-color css
<style>
span { border-color: #A43A59; }
span { border-color: rgb(164,58,89); }
td.TdClassName
{
border-color: #A43A59;
}
.TagClassName
{
border-color: #A43A59;
}
</style>