Shades of Night Shadz #AA314A
Tints of Night Shadz #AA314A
RGB
CMYK
RGB Variations
Color information
#AA314A (or 0xAA314A) is known color: Night Shadz. HEX triplet: AA, 31 and 4A. RGB value is (170,49,74). Sum of RGB (Red+Green+Blue) = 170+49+74=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA314A is #55CEB5. Grayscale: #585858. Windows color (decimal): -5623478 or 4862378. OLE color: 4862378.
HSL color Cylindrical-coordinate representation of color #AA314A: hue angle of 347.6º 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 #AA314A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 74 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.33 |
| HSL | 347.6º | 0.55% | 0.43% | - |
| HSV(B) | 347.6º | 0.71% | 0.67% | - |
| XYZ | 18.91 | 11.24 | 7.65 | - |
| YUV | 88.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 74 | 0 | 0.71 | 0.56 | 0.33 | 347.6 | 0.55 | 0.43 |
| Hex | AA | 31 | 4A | 0 | 47 | 38 | 21 | 15C | 37 | 2B |
| Octal | 252 | 61 | 112 | 0 | 107 | 70 | 41 | 534 | 67 | 53 |
| Binary | 10101010 | 110001 | 1001010 | 0 | 1000111 | 111000 | 100001 | 101011100 | 110111 | 101011 |
Color Harmonies of #AA314A
Complementary color
Monochromatic Colors of #AA314A
Black with #AA314A
Text Example
Text Example
White with #AA314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA314A; }
p { color: rgb(170,49,74); }
H1.HeaderClassName
{
color: #AA314A;
}
.AnyTagClassName
{
color: #AA314A;
}
</style>
background-color css
<style>
a { background-color: #AA314A; }
a { background-color: rgb(170,49,74); }
div.DivClassName
{
background-color: #AA314A;
}
.BgClassName
{
background-color: #AA314A;
}
</style>
border-color css
<style>
span { border-color: #AA314A; }
span { border-color: rgb(170,49,74); }
td.TdClassName
{
border-color: #AA314A;
}
.TagClassName
{
border-color: #AA314A;
}
</style>