Shades of Night Shadz #A73D5A
Tints of Night Shadz #A73D5A
RGB
CMYK
RGB Variations
Color information
#A73D5A (or 0xA73D5A) is known color: Night Shadz. HEX triplet: A7, 3D and 5A. RGB value is (167,61,90). Sum of RGB (Red+Green+Blue) = 167+61+90=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73D5A is #58C2A5. Grayscale: #5F5F5F. Windows color (decimal): -5816998 or 5914023. OLE color: 5914023.
HSL color Cylindrical-coordinate representation of color #A73D5A: hue angle of 343.58º 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 #A73D5A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 90 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.35 |
| HSL | 343.58º | 0.46% | 0.45% | - |
| HSV(B) | 343.58º | 0.63% | 0.65% | - |
| XYZ | 19.45 | 12.29 | 11.02 | - |
| YUV | 96 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 90 | 0 | 0.63 | 0.46 | 0.35 | 343.58 | 0.46 | 0.45 |
| Hex | A7 | 3D | 5A | 0 | 3F | 2E | 23 | 158 | 2E | 2D |
| Octal | 247 | 75 | 132 | 0 | 77 | 56 | 43 | 530 | 56 | 55 |
| Binary | 10100111 | 111101 | 1011010 | 0 | 111111 | 101110 | 100011 | 101011000 | 101110 | 101101 |
Color Harmonies of #A73D5A
Complementary color
Monochromatic Colors of #A73D5A
Black with #A73D5A
Text Example
Text Example
White with #A73D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D5A; }
p { color: rgb(167,61,90); }
H1.HeaderClassName
{
color: #A73D5A;
}
.AnyTagClassName
{
color: #A73D5A;
}
</style>
background-color css
<style>
a { background-color: #A73D5A; }
a { background-color: rgb(167,61,90); }
div.DivClassName
{
background-color: #A73D5A;
}
.BgClassName
{
background-color: #A73D5A;
}
</style>
border-color css
<style>
span { border-color: #A73D5A; }
span { border-color: rgb(167,61,90); }
td.TdClassName
{
border-color: #A73D5A;
}
.TagClassName
{
border-color: #A73D5A;
}
</style>