Shades of Night Shadz #A83259
Tints of Night Shadz #A83259
RGB
CMYK
RGB Variations
Color information
#A83259 (or 0xA83259) is known color: Night Shadz. HEX triplet: A8, 32 and 59. RGB value is (168,50,89). Sum of RGB (Red+Green+Blue) = 168+50+89=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A83259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83259 is #57CDA6. Grayscale: #595959. Windows color (decimal): -5754279 or 5845672. OLE color: 5845672.
HSL color Cylindrical-coordinate representation of color #A83259: hue angle of 340.17º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83259 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 89 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.34 |
| HSL | 340.17º | 0.54% | 0.43% | - |
| HSV(B) | 340.17º | 0.7% | 0.66% | - |
| XYZ | 19.09 | 11.33 | 10.63 | - |
| YUV | 89.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 89 | 0 | 0.70 | 0.47 | 0.34 | 340.17 | 0.54 | 0.43 |
| Hex | A8 | 32 | 59 | 0 | 46 | 2F | 22 | 154 | 36 | 2B |
| Octal | 250 | 62 | 131 | 0 | 106 | 57 | 42 | 524 | 66 | 53 |
| Binary | 10101000 | 110010 | 1011001 | 0 | 1000110 | 101111 | 100010 | 101010100 | 110110 | 101011 |
Color Harmonies of #A83259
Complementary color
Monochromatic Colors of #A83259
Black with #A83259
Text Example
Text Example
White with #A83259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83259; }
p { color: rgb(168,50,89); }
H1.HeaderClassName
{
color: #A83259;
}
.AnyTagClassName
{
color: #A83259;
}
</style>
background-color css
<style>
a { background-color: #A83259; }
a { background-color: rgb(168,50,89); }
div.DivClassName
{
background-color: #A83259;
}
.BgClassName
{
background-color: #A83259;
}
</style>
border-color css
<style>
span { border-color: #A83259; }
span { border-color: rgb(168,50,89); }
td.TdClassName
{
border-color: #A83259;
}
.TagClassName
{
border-color: #A83259;
}
</style>