Shades of Night Shadz #A83559
Tints of Night Shadz #A83559
RGB
CMYK
RGB Variations
Color information
#A83559 (or 0xA83559) is known color: Night Shadz. HEX triplet: A8, 35 and 59. RGB value is (168,53,89). Sum of RGB (Red+Green+Blue) = 168+53+89=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A83559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83559 is #57CAA6. Grayscale: #5B5B5B. Windows color (decimal): -5753511 or 5846440. OLE color: 5846440.
HSL color Cylindrical-coordinate representation of color #A83559: hue angle of 341.22º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83559 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 89 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.34 |
| HSL | 341.22º | 0.52% | 0.43% | - |
| HSV(B) | 341.22º | 0.68% | 0.66% | - |
| XYZ | 19.22 | 11.59 | 10.68 | - |
| YUV | 91.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 89 | 0 | 0.68 | 0.47 | 0.34 | 341.22 | 0.52 | 0.43 |
| Hex | A8 | 35 | 59 | 0 | 44 | 2F | 22 | 155 | 34 | 2B |
| Octal | 250 | 65 | 131 | 0 | 104 | 57 | 42 | 525 | 64 | 53 |
| Binary | 10101000 | 110101 | 1011001 | 0 | 1000100 | 101111 | 100010 | 101010101 | 110100 | 101011 |
Color Harmonies of #A83559
Complementary color
Monochromatic Colors of #A83559
Black with #A83559
Text Example
Text Example
White with #A83559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83559; }
p { color: rgb(168,53,89); }
H1.HeaderClassName
{
color: #A83559;
}
.AnyTagClassName
{
color: #A83559;
}
</style>
background-color css
<style>
a { background-color: #A83559; }
a { background-color: rgb(168,53,89); }
div.DivClassName
{
background-color: #A83559;
}
.BgClassName
{
background-color: #A83559;
}
</style>
border-color css
<style>
span { border-color: #A83559; }
span { border-color: rgb(168,53,89); }
td.TdClassName
{
border-color: #A83559;
}
.TagClassName
{
border-color: #A83559;
}
</style>