Shades of Jazzberry Jam #AA0152
Tints of Jazzberry Jam #AA0152
RGB
CMYK
RGB Variations
Color information
#AA0152 (or 0xAA0152) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 52. RGB value is (170,1,82). Sum of RGB (Red+Green+Blue) = 170+1+82=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0152 is #55FEAD. Grayscale: #3C3C3C. Windows color (decimal): -5635758 or 5374378. OLE color: 5374378.
HSL color Cylindrical-coordinate representation of color #AA0152: hue angle of 331.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0152 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.33 |
| HSL | 331.24º | 0.99% | 0.34% | - |
| HSV(B) | 331.24º | 0.99% | 0.67% | - |
| XYZ | 18.11 | 9.18 | 8.8 | - |
| YUV | 60.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 82 | 0 | 0.99 | 0.52 | 0.33 | 331.24 | 0.99 | 0.34 |
| Hex | AA | 1 | 52 | 0 | 63 | 34 | 21 | 14B | 63 | 22 |
| Octal | 252 | 1 | 122 | 0 | 143 | 64 | 41 | 513 | 143 | 42 |
| Binary | 10101010 | 1 | 1010010 | 0 | 1100011 | 110100 | 100001 | 101001011 | 1100011 | 100010 |
Color Harmonies of #AA0152
Complementary color
Monochromatic Colors of #AA0152
Black with #AA0152
Text Example
Text Example
White with #AA0152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0152; }
p { color: rgb(170,1,82); }
H1.HeaderClassName
{
color: #AA0152;
}
.AnyTagClassName
{
color: #AA0152;
}
</style>
background-color css
<style>
a { background-color: #AA0152; }
a { background-color: rgb(170,1,82); }
div.DivClassName
{
background-color: #AA0152;
}
.BgClassName
{
background-color: #AA0152;
}
</style>
border-color css
<style>
span { border-color: #AA0152; }
span { border-color: rgb(170,1,82); }
td.TdClassName
{
border-color: #AA0152;
}
.TagClassName
{
border-color: #AA0152;
}
</style>