Shades of Night Shadz #A63E50
Tints of Night Shadz #A63E50
RGB
CMYK
RGB Variations
Color information
#A63E50 (or 0xA63E50) is known color: Night Shadz. HEX triplet: A6, 3E and 50. RGB value is (166,62,80). Sum of RGB (Red+Green+Blue) = 166+62+80=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E50 is #59C1AF. Grayscale: #5F5F5F. Windows color (decimal): -5882288 or 5258918. OLE color: 5258918.
HSL color Cylindrical-coordinate representation of color #A63E50: hue angle of 349.62º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E50 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 80 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.35 |
| HSL | 349.62º | 0.46% | 0.45% | - |
| HSV(B) | 349.62º | 0.63% | 0.65% | - |
| XYZ | 18.9 | 12.13 | 8.94 | - |
| YUV | 95.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 80 | 0 | 0.63 | 0.52 | 0.35 | 349.62 | 0.46 | 0.45 |
| Hex | A6 | 3E | 50 | 0 | 3F | 34 | 23 | 15E | 2E | 2D |
| Octal | 246 | 76 | 120 | 0 | 77 | 64 | 43 | 536 | 56 | 55 |
| Binary | 10100110 | 111110 | 1010000 | 0 | 111111 | 110100 | 100011 | 101011110 | 101110 | 101101 |
Color Harmonies of #A63E50
Complementary color
Monochromatic Colors of #A63E50
Black with #A63E50
Text Example
Text Example
White with #A63E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E50; }
p { color: rgb(166,62,80); }
H1.HeaderClassName
{
color: #A63E50;
}
.AnyTagClassName
{
color: #A63E50;
}
</style>
background-color css
<style>
a { background-color: #A63E50; }
a { background-color: rgb(166,62,80); }
div.DivClassName
{
background-color: #A63E50;
}
.BgClassName
{
background-color: #A63E50;
}
</style>
border-color css
<style>
span { border-color: #A63E50; }
span { border-color: rgb(166,62,80); }
td.TdClassName
{
border-color: #A63E50;
}
.TagClassName
{
border-color: #A63E50;
}
</style>