Shades of Night Shadz #A0334A
Tints of Night Shadz #A0334A
RGB
CMYK
RGB Variations
Color information
#A0334A (or 0xA0334A) is known color: Night Shadz. HEX triplet: A0, 33 and 4A. RGB value is (160,51,74). Sum of RGB (Red+Green+Blue) = 160+51+74=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0334A is #5FCCB5. Grayscale: #565656. Windows color (decimal): -6278326 or 4862880. OLE color: 4862880.
HSL color Cylindrical-coordinate representation of color #A0334A: hue angle of 347.34º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0334A is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 74 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.37 |
| HSL | 347.34º | 0.52% | 0.41% | - |
| HSV(B) | 347.34º | 0.68% | 0.63% | - |
| XYZ | 16.92 | 10.34 | 7.58 | - |
| YUV | 86.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 74 | 0 | 0.68 | 0.54 | 0.37 | 347.34 | 0.52 | 0.41 |
| Hex | A0 | 33 | 4A | 0 | 44 | 36 | 25 | 15B | 34 | 29 |
| Octal | 240 | 63 | 112 | 0 | 104 | 66 | 45 | 533 | 64 | 51 |
| Binary | 10100000 | 110011 | 1001010 | 0 | 1000100 | 110110 | 100101 | 101011011 | 110100 | 101001 |
Color Harmonies of #A0334A
Complementary color
Monochromatic Colors of #A0334A
Black with #A0334A
Text Example
Text Example
White with #A0334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0334A; }
p { color: rgb(160,51,74); }
H1.HeaderClassName
{
color: #A0334A;
}
.AnyTagClassName
{
color: #A0334A;
}
</style>
background-color css
<style>
a { background-color: #A0334A; }
a { background-color: rgb(160,51,74); }
div.DivClassName
{
background-color: #A0334A;
}
.BgClassName
{
background-color: #A0334A;
}
</style>
border-color css
<style>
span { border-color: #A0334A; }
span { border-color: rgb(160,51,74); }
td.TdClassName
{
border-color: #A0334A;
}
.TagClassName
{
border-color: #A0334A;
}
</style>