Shades of Jazzberry Jam #AA075B
Tints of Jazzberry Jam #AA075B
RGB
CMYK
RGB Variations
Color information
#AA075B (or 0xAA075B) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 5B. RGB value is (170,7,91). Sum of RGB (Red+Green+Blue) = 170+7+91=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA075B is #55F8A4. Grayscale: #414141. Windows color (decimal): -5634213 or 5965738. OLE color: 5965738.
HSL color Cylindrical-coordinate representation of color #AA075B: hue angle of 329.08º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA075B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 91 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.33 |
| HSL | 329.08º | 0.92% | 0.35% | - |
| HSV(B) | 329.08º | 0.96% | 0.67% | - |
| XYZ | 18.54 | 9.45 | 10.74 | - |
| YUV | 65.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 91 | 0 | 0.96 | 0.46 | 0.33 | 329.08 | 0.92 | 0.35 |
| Hex | AA | 7 | 5B | 0 | 60 | 2E | 21 | 149 | 5C | 23 |
| Octal | 252 | 7 | 133 | 0 | 140 | 56 | 41 | 511 | 134 | 43 |
| Binary | 10101010 | 111 | 1011011 | 0 | 1100000 | 101110 | 100001 | 101001001 | 1011100 | 100011 |
Color Harmonies of #AA075B
Complementary color
Monochromatic Colors of #AA075B
Black with #AA075B
Text Example
Text Example
White with #AA075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA075B; }
p { color: rgb(170,7,91); }
H1.HeaderClassName
{
color: #AA075B;
}
.AnyTagClassName
{
color: #AA075B;
}
</style>
background-color css
<style>
a { background-color: #AA075B; }
a { background-color: rgb(170,7,91); }
div.DivClassName
{
background-color: #AA075B;
}
.BgClassName
{
background-color: #AA075B;
}
</style>
border-color css
<style>
span { border-color: #AA075B; }
span { border-color: rgb(170,7,91); }
td.TdClassName
{
border-color: #AA075B;
}
.TagClassName
{
border-color: #AA075B;
}
</style>