Shades of Night Shadz #A53154
Tints of Night Shadz #A53154
RGB
CMYK
RGB Variations
Color information
#A53154 (or 0xA53154) is known color: Night Shadz. HEX triplet: A5, 31 and 54. RGB value is (165,49,84). Sum of RGB (Red+Green+Blue) = 165+49+84=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A53154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53154 is #5ACEAB. Grayscale: #575757. Windows color (decimal): -5951148 or 5517733. OLE color: 5517733.
HSL color Cylindrical-coordinate representation of color #A53154: hue angle of 341.9º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53154 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 49 | 84 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.35 |
| HSL | 341.9º | 0.54% | 0.42% | - |
| HSV(B) | 341.9º | 0.7% | 0.65% | - |
| XYZ | 18.22 | 10.84 | 9.52 | - |
| YUV | 87.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 49 | 84 | 0 | 0.70 | 0.49 | 0.35 | 341.9 | 0.54 | 0.42 |
| Hex | A5 | 31 | 54 | 0 | 46 | 31 | 23 | 156 | 36 | 2A |
| Octal | 245 | 61 | 124 | 0 | 106 | 61 | 43 | 526 | 66 | 52 |
| Binary | 10100101 | 110001 | 1010100 | 0 | 1000110 | 110001 | 100011 | 101010110 | 110110 | 101010 |
Color Harmonies of #A53154
Complementary color
Monochromatic Colors of #A53154
Black with #A53154
Text Example
Text Example
White with #A53154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53154; }
p { color: rgb(165,49,84); }
H1.HeaderClassName
{
color: #A53154;
}
.AnyTagClassName
{
color: #A53154;
}
</style>
background-color css
<style>
a { background-color: #A53154; }
a { background-color: rgb(165,49,84); }
div.DivClassName
{
background-color: #A53154;
}
.BgClassName
{
background-color: #A53154;
}
</style>
border-color css
<style>
span { border-color: #A53154; }
span { border-color: rgb(165,49,84); }
td.TdClassName
{
border-color: #A53154;
}
.TagClassName
{
border-color: #A53154;
}
</style>