Shades of Jazzberry Jam #AA084A
Tints of Jazzberry Jam #AA084A
RGB
CMYK
RGB Variations
Color information
#AA084A (or 0xAA084A) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 4A. RGB value is (170,8,74). Sum of RGB (Red+Green+Blue) = 170+8+74=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA084A is #55F7B5. Grayscale: #3F3F3F. Windows color (decimal): -5633974 or 4851882. OLE color: 4851882.
HSL color Cylindrical-coordinate representation of color #AA084A: hue angle of 335.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA084A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.33 |
| HSL | 335.56º | 0.91% | 0.35% | - |
| HSV(B) | 335.56º | 0.95% | 0.67% | - |
| XYZ | 17.9 | 9.21 | 7.31 | - |
| YUV | 63.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 74 | 0 | 0.95 | 0.56 | 0.33 | 335.56 | 0.91 | 0.35 |
| Hex | AA | 8 | 4A | 0 | 5F | 38 | 21 | 150 | 5B | 23 |
| Octal | 252 | 10 | 112 | 0 | 137 | 70 | 41 | 520 | 133 | 43 |
| Binary | 10101010 | 1000 | 1001010 | 0 | 1011111 | 111000 | 100001 | 101010000 | 1011011 | 100011 |
Color Harmonies of #AA084A
Complementary color
Monochromatic Colors of #AA084A
Black with #AA084A
Text Example
Text Example
White with #AA084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA084A; }
p { color: rgb(170,8,74); }
H1.HeaderClassName
{
color: #AA084A;
}
.AnyTagClassName
{
color: #AA084A;
}
</style>
background-color css
<style>
a { background-color: #AA084A; }
a { background-color: rgb(170,8,74); }
div.DivClassName
{
background-color: #AA084A;
}
.BgClassName
{
background-color: #AA084A;
}
</style>
border-color css
<style>
span { border-color: #AA084A; }
span { border-color: rgb(170,8,74); }
td.TdClassName
{
border-color: #AA084A;
}
.TagClassName
{
border-color: #AA084A;
}
</style>