Shades of Night Shadz #A74158
Tints of Night Shadz #A74158
RGB
CMYK
RGB Variations
Color information
#A74158 (or 0xA74158) is known color: Night Shadz. HEX triplet: A7, 41 and 58. RGB value is (167,65,88). Sum of RGB (Red+Green+Blue) = 167+65+88=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A74158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74158 is #58BEA7. Grayscale: #626262. Windows color (decimal): -5815976 or 5783975. OLE color: 5783975.
HSL color Cylindrical-coordinate representation of color #A74158: hue angle of 346.47º 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 #A74158 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 88 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.35 |
| HSL | 346.47º | 0.44% | 0.45% | - |
| HSV(B) | 346.47º | 0.61% | 0.65% | - |
| XYZ | 19.59 | 12.7 | 10.65 | - |
| YUV | 98.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 88 | 0 | 0.61 | 0.47 | 0.35 | 346.47 | 0.44 | 0.45 |
| Hex | A7 | 41 | 58 | 0 | 3D | 2F | 23 | 15A | 2C | 2D |
| Octal | 247 | 101 | 130 | 0 | 75 | 57 | 43 | 532 | 54 | 55 |
| Binary | 10100111 | 1000001 | 1011000 | 0 | 111101 | 101111 | 100011 | 101011010 | 101100 | 101101 |
Color Harmonies of #A74158
Complementary color
Monochromatic Colors of #A74158
Black with #A74158
Text Example
Text Example
White with #A74158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74158; }
p { color: rgb(167,65,88); }
H1.HeaderClassName
{
color: #A74158;
}
.AnyTagClassName
{
color: #A74158;
}
</style>
background-color css
<style>
a { background-color: #A74158; }
a { background-color: rgb(167,65,88); }
div.DivClassName
{
background-color: #A74158;
}
.BgClassName
{
background-color: #A74158;
}
</style>
border-color css
<style>
span { border-color: #A74158; }
span { border-color: rgb(167,65,88); }
td.TdClassName
{
border-color: #A74158;
}
.TagClassName
{
border-color: #A74158;
}
</style>