Shades of Night Shadz #AA314D
Tints of Night Shadz #AA314D
RGB
CMYK
RGB Variations
Color information
#AA314D (or 0xAA314D) is known color: Night Shadz. HEX triplet: AA, 31 and 4D. RGB value is (170,49,77). Sum of RGB (Red+Green+Blue) = 170+49+77=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA314D is #55CEB2. Grayscale: #585858. Windows color (decimal): -5623475 or 5058986. OLE color: 5058986.
HSL color Cylindrical-coordinate representation of color #AA314D: hue angle of 346.12º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA314D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 77 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.33 |
| HSL | 346.12º | 0.55% | 0.43% | - |
| HSV(B) | 346.12º | 0.71% | 0.67% | - |
| XYZ | 19.02 | 11.28 | 8.2 | - |
| YUV | 88.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 77 | 0 | 0.71 | 0.55 | 0.33 | 346.12 | 0.55 | 0.43 |
| Hex | AA | 31 | 4D | 0 | 47 | 37 | 21 | 15A | 37 | 2B |
| Octal | 252 | 61 | 115 | 0 | 107 | 67 | 41 | 532 | 67 | 53 |
| Binary | 10101010 | 110001 | 1001101 | 0 | 1000111 | 110111 | 100001 | 101011010 | 110111 | 101011 |
Color Harmonies of #AA314D
Complementary color
Monochromatic Colors of #AA314D
Black with #AA314D
Text Example
Text Example
White with #AA314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA314D; }
p { color: rgb(170,49,77); }
H1.HeaderClassName
{
color: #AA314D;
}
.AnyTagClassName
{
color: #AA314D;
}
</style>
background-color css
<style>
a { background-color: #AA314D; }
a { background-color: rgb(170,49,77); }
div.DivClassName
{
background-color: #AA314D;
}
.BgClassName
{
background-color: #AA314D;
}
</style>
border-color css
<style>
span { border-color: #AA314D; }
span { border-color: rgb(170,49,77); }
td.TdClassName
{
border-color: #AA314D;
}
.TagClassName
{
border-color: #AA314D;
}
</style>