Shades of Night Shadz #A73A58
Tints of Night Shadz #A73A58
RGB
CMYK
RGB Variations
Color information
#A73A58 (or 0xA73A58) is known color: Night Shadz. HEX triplet: A7, 3A and 58. RGB value is (167,58,88). Sum of RGB (Red+Green+Blue) = 167+58+88=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A58 is #58C5A7. Grayscale: #5E5E5E. Windows color (decimal): -5817768 or 5782183. OLE color: 5782183.
HSL color Cylindrical-coordinate representation of color #A73A58: hue angle of 343.49º 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 #A73A58 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 88 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.35 |
| HSL | 343.49º | 0.48% | 0.44% | - |
| HSV(B) | 343.49º | 0.65% | 0.65% | - |
| XYZ | 19.21 | 11.95 | 10.53 | - |
| YUV | 94.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 88 | 0 | 0.65 | 0.47 | 0.35 | 343.49 | 0.48 | 0.44 |
| Hex | A7 | 3A | 58 | 0 | 41 | 2F | 23 | 157 | 30 | 2C |
| Octal | 247 | 72 | 130 | 0 | 101 | 57 | 43 | 527 | 60 | 54 |
| Binary | 10100111 | 111010 | 1011000 | 0 | 1000001 | 101111 | 100011 | 101010111 | 110000 | 101100 |
Color Harmonies of #A73A58
Complementary color
Monochromatic Colors of #A73A58
Black with #A73A58
Text Example
Text Example
White with #A73A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A58; }
p { color: rgb(167,58,88); }
H1.HeaderClassName
{
color: #A73A58;
}
.AnyTagClassName
{
color: #A73A58;
}
</style>
background-color css
<style>
a { background-color: #A73A58; }
a { background-color: rgb(167,58,88); }
div.DivClassName
{
background-color: #A73A58;
}
.BgClassName
{
background-color: #A73A58;
}
</style>
border-color css
<style>
span { border-color: #A73A58; }
span { border-color: rgb(167,58,88); }
td.TdClassName
{
border-color: #A73A58;
}
.TagClassName
{
border-color: #A73A58;
}
</style>