Shades of Night Shadz #AA3F5A
Tints of Night Shadz #AA3F5A
RGB
CMYK
RGB Variations
Color information
#AA3F5A (or 0xAA3F5A) is known color: Night Shadz. HEX triplet: AA, 3F and 5A. RGB value is (170,63,90). Sum of RGB (Red+Green+Blue) = 170+63+90=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F5A is #55C0A5. Grayscale: #626262. Windows color (decimal): -5619878 or 5914538. OLE color: 5914538.
HSL color Cylindrical-coordinate representation of color #AA3F5A: hue angle of 344.86º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F5A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 90 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.33 |
| HSL | 344.86º | 0.46% | 0.46% | - |
| HSV(B) | 344.86º | 0.63% | 0.67% | - |
| XYZ | 20.2 | 12.84 | 11.09 | - |
| YUV | 98.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 90 | 0 | 0.63 | 0.47 | 0.33 | 344.86 | 0.46 | 0.46 |
| Hex | AA | 3F | 5A | 0 | 3F | 2F | 21 | 159 | 2E | 2E |
| Octal | 252 | 77 | 132 | 0 | 77 | 57 | 41 | 531 | 56 | 56 |
| Binary | 10101010 | 111111 | 1011010 | 0 | 111111 | 101111 | 100001 | 101011001 | 101110 | 101110 |
Color Harmonies of #AA3F5A
Complementary color
Monochromatic Colors of #AA3F5A
Black with #AA3F5A
Text Example
Text Example
White with #AA3F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F5A; }
p { color: rgb(170,63,90); }
H1.HeaderClassName
{
color: #AA3F5A;
}
.AnyTagClassName
{
color: #AA3F5A;
}
</style>
background-color css
<style>
a { background-color: #AA3F5A; }
a { background-color: rgb(170,63,90); }
div.DivClassName
{
background-color: #AA3F5A;
}
.BgClassName
{
background-color: #AA3F5A;
}
</style>
border-color css
<style>
span { border-color: #AA3F5A; }
span { border-color: rgb(170,63,90); }
td.TdClassName
{
border-color: #AA3F5A;
}
.TagClassName
{
border-color: #AA3F5A;
}
</style>