Shades of Night Shadz #A64058
Tints of Night Shadz #A64058
RGB
CMYK
RGB Variations
Color information
#A64058 (or 0xA64058) is known color: Night Shadz. HEX triplet: A6, 40 and 58. RGB value is (166,64,88). Sum of RGB (Red+Green+Blue) = 166+64+88=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A64058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64058 is #59BFA7. Grayscale: #616161. Windows color (decimal): -5881768 or 5783718. OLE color: 5783718.
HSL color Cylindrical-coordinate representation of color #A64058: hue angle of 345.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64058 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 88 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.35 |
| HSL | 345.88º | 0.44% | 0.45% | - |
| HSV(B) | 345.88º | 0.61% | 0.65% | - |
| XYZ | 19.32 | 12.48 | 10.62 | - |
| YUV | 97.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 88 | 0 | 0.61 | 0.47 | 0.35 | 345.88 | 0.44 | 0.45 |
| Hex | A6 | 40 | 58 | 0 | 3D | 2F | 23 | 15A | 2C | 2D |
| Octal | 246 | 100 | 130 | 0 | 75 | 57 | 43 | 532 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1011000 | 0 | 111101 | 101111 | 100011 | 101011010 | 101100 | 101101 |
Color Harmonies of #A64058
Complementary color
Monochromatic Colors of #A64058
Black with #A64058
Text Example
Text Example
White with #A64058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64058; }
p { color: rgb(166,64,88); }
H1.HeaderClassName
{
color: #A64058;
}
.AnyTagClassName
{
color: #A64058;
}
</style>
background-color css
<style>
a { background-color: #A64058; }
a { background-color: rgb(166,64,88); }
div.DivClassName
{
background-color: #A64058;
}
.BgClassName
{
background-color: #A64058;
}
</style>
border-color css
<style>
span { border-color: #A64058; }
span { border-color: rgb(166,64,88); }
td.TdClassName
{
border-color: #A64058;
}
.TagClassName
{
border-color: #A64058;
}
</style>