Shades of Night Shadz #A53B5A
Tints of Night Shadz #A53B5A
RGB
CMYK
RGB Variations
Color information
#A53B5A (or 0xA53B5A) is known color: Night Shadz. HEX triplet: A5, 3B and 5A. RGB value is (165,59,90). Sum of RGB (Red+Green+Blue) = 165+59+90=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B5A is #5AC4A5. Grayscale: #5E5E5E. Windows color (decimal): -5948582 or 5913509. OLE color: 5913509.
HSL color Cylindrical-coordinate representation of color #A53B5A: hue angle of 342.45º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53B5A is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 90 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.35 |
| HSL | 342.45º | 0.47% | 0.44% | - |
| HSV(B) | 342.45º | 0.64% | 0.65% | - |
| XYZ | 18.93 | 11.87 | 10.97 | - |
| YUV | 94.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 90 | 0 | 0.64 | 0.45 | 0.35 | 342.45 | 0.47 | 0.44 |
| Hex | A5 | 3B | 5A | 0 | 40 | 2D | 23 | 156 | 2F | 2C |
| Octal | 245 | 73 | 132 | 0 | 100 | 55 | 43 | 526 | 57 | 54 |
| Binary | 10100101 | 111011 | 1011010 | 0 | 1000000 | 101101 | 100011 | 101010110 | 101111 | 101100 |
Color Harmonies of #A53B5A
Complementary color
Monochromatic Colors of #A53B5A
Black with #A53B5A
Text Example
Text Example
White with #A53B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B5A; }
p { color: rgb(165,59,90); }
H1.HeaderClassName
{
color: #A53B5A;
}
.AnyTagClassName
{
color: #A53B5A;
}
</style>
background-color css
<style>
a { background-color: #A53B5A; }
a { background-color: rgb(165,59,90); }
div.DivClassName
{
background-color: #A53B5A;
}
.BgClassName
{
background-color: #A53B5A;
}
</style>
border-color css
<style>
span { border-color: #A53B5A; }
span { border-color: rgb(165,59,90); }
td.TdClassName
{
border-color: #A53B5A;
}
.TagClassName
{
border-color: #A53B5A;
}
</style>