Shades of Jazzberry Jam #AA075A
Tints of Jazzberry Jam #AA075A
RGB
CMYK
RGB Variations
Color information
#AA075A (or 0xAA075A) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 5A. RGB value is (170,7,90). Sum of RGB (Red+Green+Blue) = 170+7+90=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA075A is #55F8A5. Grayscale: #414141. Windows color (decimal): -5634214 or 5900202. OLE color: 5900202.
HSL color Cylindrical-coordinate representation of color #AA075A: hue angle of 329.45º 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 #AA075A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 90 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.33 |
| HSL | 329.45º | 0.92% | 0.35% | - |
| HSV(B) | 329.45º | 0.96% | 0.67% | - |
| XYZ | 18.5 | 9.44 | 10.52 | - |
| YUV | 65.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 90 | 0 | 0.96 | 0.47 | 0.33 | 329.45 | 0.92 | 0.35 |
| Hex | AA | 7 | 5A | 0 | 60 | 2F | 21 | 149 | 5C | 23 |
| Octal | 252 | 7 | 132 | 0 | 140 | 57 | 41 | 511 | 134 | 43 |
| Binary | 10101010 | 111 | 1011010 | 0 | 1100000 | 101111 | 100001 | 101001001 | 1011100 | 100011 |
Color Harmonies of #AA075A
Complementary color
Monochromatic Colors of #AA075A
Black with #AA075A
Text Example
Text Example
White with #AA075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA075A; }
p { color: rgb(170,7,90); }
H1.HeaderClassName
{
color: #AA075A;
}
.AnyTagClassName
{
color: #AA075A;
}
</style>
background-color css
<style>
a { background-color: #AA075A; }
a { background-color: rgb(170,7,90); }
div.DivClassName
{
background-color: #AA075A;
}
.BgClassName
{
background-color: #AA075A;
}
</style>
border-color css
<style>
span { border-color: #AA075A; }
span { border-color: rgb(170,7,90); }
td.TdClassName
{
border-color: #AA075A;
}
.TagClassName
{
border-color: #AA075A;
}
</style>