Shades of Night Shadz #A0425B
Tints of Night Shadz #A0425B
RGB
CMYK
RGB Variations
Color information
#A0425B (or 0xA0425B) is known color: Night Shadz. HEX triplet: A0, 42 and 5B. RGB value is (160,66,91). Sum of RGB (Red+Green+Blue) = 160+66+91=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0425B is #5FBDA4. Grayscale: #606060. Windows color (decimal): -6274469 or 5980832. OLE color: 5980832.
HSL color Cylindrical-coordinate representation of color #A0425B: hue angle of 344.04º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0425B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 91 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.37 |
| HSL | 344.04º | 0.42% | 0.44% | - |
| HSV(B) | 344.04º | 0.59% | 0.63% | - |
| XYZ | 18.33 | 12.13 | 11.27 | - |
| YUV | 96.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 91 | 0 | 0.59 | 0.43 | 0.37 | 344.04 | 0.42 | 0.44 |
| Hex | A0 | 42 | 5B | 0 | 3B | 2B | 25 | 158 | 2A | 2C |
| Octal | 240 | 102 | 133 | 0 | 73 | 53 | 45 | 530 | 52 | 54 |
| Binary | 10100000 | 1000010 | 1011011 | 0 | 111011 | 101011 | 100101 | 101011000 | 101010 | 101100 |
Color Harmonies of #A0425B
Complementary color
Monochromatic Colors of #A0425B
Black with #A0425B
Text Example
Text Example
White with #A0425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0425B; }
p { color: rgb(160,66,91); }
H1.HeaderClassName
{
color: #A0425B;
}
.AnyTagClassName
{
color: #A0425B;
}
</style>
background-color css
<style>
a { background-color: #A0425B; }
a { background-color: rgb(160,66,91); }
div.DivClassName
{
background-color: #A0425B;
}
.BgClassName
{
background-color: #A0425B;
}
</style>
border-color css
<style>
span { border-color: #A0425B; }
span { border-color: rgb(160,66,91); }
td.TdClassName
{
border-color: #A0425B;
}
.TagClassName
{
border-color: #A0425B;
}
</style>