Shades of Jazzberry Jam #AA105C
Tints of Jazzberry Jam #AA105C
RGB
CMYK
RGB Variations
Color information
#AA105C (or 0xAA105C) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 5C. RGB value is (170,16,92). Sum of RGB (Red+Green+Blue) = 170+16+92=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA105C is #55EFA3. Grayscale: #464646. Windows color (decimal): -5631908 or 6033578. OLE color: 6033578.
HSL color Cylindrical-coordinate representation of color #AA105C: hue angle of 330.39º 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 #AA105C is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 92 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.33 |
| HSL | 330.39º | 0.83% | 0.36% | - |
| HSV(B) | 330.39º | 0.91% | 0.67% | - |
| XYZ | 18.69 | 9.69 | 11.01 | - |
| YUV | 70.71 | 140.02 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 92 | 0 | 0.91 | 0.46 | 0.33 | 330.39 | 0.83 | 0.36 |
| Hex | AA | 10 | 5C | 0 | 5B | 2E | 21 | 14A | 53 | 24 |
| Octal | 252 | 20 | 134 | 0 | 133 | 56 | 41 | 512 | 123 | 44 |
| Binary | 10101010 | 10000 | 1011100 | 0 | 1011011 | 101110 | 100001 | 101001010 | 1010011 | 100100 |
Color Harmonies of #AA105C
Complementary color
Monochromatic Colors of #AA105C
Black with #AA105C
Text Example
Text Example
White with #AA105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA105C; }
p { color: rgb(170,16,92); }
H1.HeaderClassName
{
color: #AA105C;
}
.AnyTagClassName
{
color: #AA105C;
}
</style>
background-color css
<style>
a { background-color: #AA105C; }
a { background-color: rgb(170,16,92); }
div.DivClassName
{
background-color: #AA105C;
}
.BgClassName
{
background-color: #AA105C;
}
</style>
border-color css
<style>
span { border-color: #AA105C; }
span { border-color: rgb(170,16,92); }
td.TdClassName
{
border-color: #AA105C;
}
.TagClassName
{
border-color: #AA105C;
}
</style>