Shades of Night Shadz #A83053
Tints of Night Shadz #A83053
RGB
CMYK
RGB Variations
Color information
#A83053 (or 0xA83053) is known color: Night Shadz. HEX triplet: A8, 30 and 53. RGB value is (168,48,83). Sum of RGB (Red+Green+Blue) = 168+48+83=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A83053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83053 is #57CFAC. Grayscale: #575757. Windows color (decimal): -5754797 or 5451944. OLE color: 5451944.
HSL color Cylindrical-coordinate representation of color #A83053: hue angle of 342.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83053 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 83 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.34 |
| HSL | 342.5º | 0.56% | 0.42% | - |
| HSV(B) | 342.5º | 0.71% | 0.66% | - |
| XYZ | 18.77 | 11.06 | 9.33 | - |
| YUV | 87.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 83 | 0 | 0.71 | 0.51 | 0.34 | 342.5 | 0.56 | 0.42 |
| Hex | A8 | 30 | 53 | 0 | 47 | 33 | 22 | 156 | 38 | 2A |
| Octal | 250 | 60 | 123 | 0 | 107 | 63 | 42 | 526 | 70 | 52 |
| Binary | 10101000 | 110000 | 1010011 | 0 | 1000111 | 110011 | 100010 | 101010110 | 111000 | 101010 |
Color Harmonies of #A83053
Complementary color
Monochromatic Colors of #A83053
Black with #A83053
Text Example
Text Example
White with #A83053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83053; }
p { color: rgb(168,48,83); }
H1.HeaderClassName
{
color: #A83053;
}
.AnyTagClassName
{
color: #A83053;
}
</style>
background-color css
<style>
a { background-color: #A83053; }
a { background-color: rgb(168,48,83); }
div.DivClassName
{
background-color: #A83053;
}
.BgClassName
{
background-color: #A83053;
}
</style>
border-color css
<style>
span { border-color: #A83053; }
span { border-color: rgb(168,48,83); }
td.TdClassName
{
border-color: #A83053;
}
.TagClassName
{
border-color: #A83053;
}
</style>