Shades of Jazzberry Jam #AA105A
Tints of Jazzberry Jam #AA105A
RGB
CMYK
RGB Variations
Color information
#AA105A (or 0xAA105A) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 5A. RGB value is (170,16,90). Sum of RGB (Red+Green+Blue) = 170+16+90=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA105A is #55EFA5. Grayscale: #464646. Windows color (decimal): -5631910 or 5902506. OLE color: 5902506.
HSL color Cylindrical-coordinate representation of color #AA105A: hue angle of 331.17º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA105A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 90 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.33 |
| HSL | 331.17º | 0.83% | 0.36% | - |
| HSV(B) | 331.17º | 0.91% | 0.67% | - |
| XYZ | 18.61 | 9.65 | 10.56 | - |
| YUV | 70.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 90 | 0 | 0.91 | 0.47 | 0.33 | 331.17 | 0.83 | 0.36 |
| Hex | AA | 10 | 5A | 0 | 5B | 2F | 21 | 14B | 53 | 24 |
| Octal | 252 | 20 | 132 | 0 | 133 | 57 | 41 | 513 | 123 | 44 |
| Binary | 10101010 | 10000 | 1011010 | 0 | 1011011 | 101111 | 100001 | 101001011 | 1010011 | 100100 |
Color Harmonies of #AA105A
Complementary color
Monochromatic Colors of #AA105A
Black with #AA105A
Text Example
Text Example
White with #AA105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA105A; }
p { color: rgb(170,16,90); }
H1.HeaderClassName
{
color: #AA105A;
}
.AnyTagClassName
{
color: #AA105A;
}
</style>
background-color css
<style>
a { background-color: #AA105A; }
a { background-color: rgb(170,16,90); }
div.DivClassName
{
background-color: #AA105A;
}
.BgClassName
{
background-color: #AA105A;
}
</style>
border-color css
<style>
span { border-color: #AA105A; }
span { border-color: rgb(170,16,90); }
td.TdClassName
{
border-color: #AA105A;
}
.TagClassName
{
border-color: #AA105A;
}
</style>