Shades of Night Shadz #A63A5B
Tints of Night Shadz #A63A5B
RGB
CMYK
RGB Variations
Color information
#A63A5B (or 0xA63A5B) is known color: Night Shadz. HEX triplet: A6, 3A and 5B. RGB value is (166,58,91). Sum of RGB (Red+Green+Blue) = 166+58+91=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A5B is #59C5A4. Grayscale: #5E5E5E. Windows color (decimal): -5883301 or 5978790. OLE color: 5978790.
HSL color Cylindrical-coordinate representation of color #A63A5B: hue angle of 341.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A5B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 91 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.35 |
| HSL | 341.67º | 0.48% | 0.44% | - |
| HSV(B) | 341.67º | 0.65% | 0.65% | - |
| XYZ | 19.13 | 11.89 | 11.18 | - |
| YUV | 94.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 91 | 0 | 0.65 | 0.45 | 0.35 | 341.67 | 0.48 | 0.44 |
| Hex | A6 | 3A | 5B | 0 | 41 | 2D | 23 | 156 | 30 | 2C |
| Octal | 246 | 72 | 133 | 0 | 101 | 55 | 43 | 526 | 60 | 54 |
| Binary | 10100110 | 111010 | 1011011 | 0 | 1000001 | 101101 | 100011 | 101010110 | 110000 | 101100 |
Color Harmonies of #A63A5B
Complementary color
Monochromatic Colors of #A63A5B
Black with #A63A5B
Text Example
Text Example
White with #A63A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A5B; }
p { color: rgb(166,58,91); }
H1.HeaderClassName
{
color: #A63A5B;
}
.AnyTagClassName
{
color: #A63A5B;
}
</style>
background-color css
<style>
a { background-color: #A63A5B; }
a { background-color: rgb(166,58,91); }
div.DivClassName
{
background-color: #A63A5B;
}
.BgClassName
{
background-color: #A63A5B;
}
</style>
border-color css
<style>
span { border-color: #A63A5B; }
span { border-color: rgb(166,58,91); }
td.TdClassName
{
border-color: #A63A5B;
}
.TagClassName
{
border-color: #A63A5B;
}
</style>