Shades of Night Shadz #A43259
Tints of Night Shadz #A43259
RGB
CMYK
RGB Variations
Color information
#A43259 (or 0xA43259) is known color: Night Shadz. HEX triplet: A4, 32 and 59. RGB value is (164,50,89). Sum of RGB (Red+Green+Blue) = 164+50+89=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A43259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43259 is #5BCDA6. Grayscale: #585858. Windows color (decimal): -6016423 or 5845668. OLE color: 5845668.
HSL color Cylindrical-coordinate representation of color #A43259: hue angle of 339.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43259 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 89 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.36 |
| HSL | 339.47º | 0.53% | 0.42% | - |
| HSV(B) | 339.47º | 0.7% | 0.64% | - |
| XYZ | 18.25 | 10.89 | 10.59 | - |
| YUV | 88.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 89 | 0 | 0.70 | 0.46 | 0.36 | 339.47 | 0.53 | 0.42 |
| Hex | A4 | 32 | 59 | 0 | 46 | 2E | 24 | 153 | 35 | 2A |
| Octal | 244 | 62 | 131 | 0 | 106 | 56 | 44 | 523 | 65 | 52 |
| Binary | 10100100 | 110010 | 1011001 | 0 | 1000110 | 101110 | 100100 | 101010011 | 110101 | 101010 |
Color Harmonies of #A43259
Complementary color
Monochromatic Colors of #A43259
Black with #A43259
Text Example
Text Example
White with #A43259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43259; }
p { color: rgb(164,50,89); }
H1.HeaderClassName
{
color: #A43259;
}
.AnyTagClassName
{
color: #A43259;
}
</style>
background-color css
<style>
a { background-color: #A43259; }
a { background-color: rgb(164,50,89); }
div.DivClassName
{
background-color: #A43259;
}
.BgClassName
{
background-color: #A43259;
}
</style>
border-color css
<style>
span { border-color: #A43259; }
span { border-color: rgb(164,50,89); }
td.TdClassName
{
border-color: #A43259;
}
.TagClassName
{
border-color: #A43259;
}
</style>