Shades of Night Shadz #AD3558
Tints of Night Shadz #AD3558
RGB
CMYK
RGB Variations
Color information
#AD3558 (or 0xAD3558) is known color: Night Shadz. HEX triplet: AD, 35 and 58. RGB value is (173,53,88). Sum of RGB (Red+Green+Blue) = 173+53+88=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3558 is #52CAA7. Grayscale: #5C5C5C. Windows color (decimal): -5425832 or 5780909. OLE color: 5780909.
HSL color Cylindrical-coordinate representation of color #AD3558: hue angle of 342.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3558 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 88 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.32 |
| HSL | 342.5º | 0.53% | 0.44% | - |
| HSV(B) | 342.5º | 0.69% | 0.68% | - |
| XYZ | 20.27 | 12.14 | 10.51 | - |
| YUV | 92.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 88 | 0 | 0.69 | 0.49 | 0.32 | 342.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 58 | 0 | 45 | 31 | 20 | 156 | 35 | 2C |
| Octal | 255 | 65 | 130 | 0 | 105 | 61 | 40 | 526 | 65 | 54 |
| Binary | 10101101 | 110101 | 1011000 | 0 | 1000101 | 110001 | 100000 | 101010110 | 110101 | 101100 |
Color Harmonies of #AD3558
Complementary color
Monochromatic Colors of #AD3558
Black with #AD3558
Text Example
Text Example
White with #AD3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3558; }
p { color: rgb(173,53,88); }
H1.HeaderClassName
{
color: #AD3558;
}
.AnyTagClassName
{
color: #AD3558;
}
</style>
background-color css
<style>
a { background-color: #AD3558; }
a { background-color: rgb(173,53,88); }
div.DivClassName
{
background-color: #AD3558;
}
.BgClassName
{
background-color: #AD3558;
}
</style>
border-color css
<style>
span { border-color: #AD3558; }
span { border-color: rgb(173,53,88); }
td.TdClassName
{
border-color: #AD3558;
}
.TagClassName
{
border-color: #AD3558;
}
</style>