Shades of Jazzberry Jam #AA1E6A
Tints of Jazzberry Jam #AA1E6A
RGB
CMYK
RGB Variations
Color information
#AA1E6A (or 0xAA1E6A) is known color: Jazzberry Jam. HEX triplet: AA, 1E and 6A. RGB value is (170,30,106). Sum of RGB (Red+Green+Blue) = 170+30+106=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E6A is #55E195. Grayscale: #505050. Windows color (decimal): -5628310 or 6954666. OLE color: 6954666.
HSL color Cylindrical-coordinate representation of color #AA1E6A: hue angle of 327.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E6A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 106 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.33 |
| HSL | 327.43º | 0.7% | 0.39% | - |
| HSV(B) | 327.43º | 0.82% | 0.67% | - |
| XYZ | 19.64 | 10.52 | 14.63 | - |
| YUV | 80.52 | 142.38 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 106 | 0 | 0.82 | 0.38 | 0.33 | 327.43 | 0.7 | 0.39 |
| Hex | AA | 1E | 6A | 0 | 52 | 26 | 21 | 147 | 46 | 27 |
| Octal | 252 | 36 | 152 | 0 | 122 | 46 | 41 | 507 | 106 | 47 |
| Binary | 10101010 | 11110 | 1101010 | 0 | 1010010 | 100110 | 100001 | 101000111 | 1000110 | 100111 |
Color Harmonies of #AA1E6A
Complementary color
Monochromatic Colors of #AA1E6A
Black with #AA1E6A
Text Example
Text Example
White with #AA1E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E6A; }
p { color: rgb(170,30,106); }
H1.HeaderClassName
{
color: #AA1E6A;
}
.AnyTagClassName
{
color: #AA1E6A;
}
</style>
background-color css
<style>
a { background-color: #AA1E6A; }
a { background-color: rgb(170,30,106); }
div.DivClassName
{
background-color: #AA1E6A;
}
.BgClassName
{
background-color: #AA1E6A;
}
</style>
border-color css
<style>
span { border-color: #AA1E6A; }
span { border-color: rgb(170,30,106); }
td.TdClassName
{
border-color: #AA1E6A;
}
.TagClassName
{
border-color: #AA1E6A;
}
</style>