Shades of Jazzberry Jam #AA0643
Tints of Jazzberry Jam #AA0643
RGB
CMYK
RGB Variations
Color information
#AA0643 (or 0xAA0643) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 43. RGB value is (170,6,67). Sum of RGB (Red+Green+Blue) = 170+6+67=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0643 is #55F9BC. Grayscale: #3D3D3D. Windows color (decimal): -5634493 or 4392618. OLE color: 4392618.
HSL color Cylindrical-coordinate representation of color #AA0643: hue angle of 337.68º degrees, saturation: 0.93, 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 #AA0643 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 67 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.33 |
| HSL | 337.68º | 0.93% | 0.35% | - |
| HSV(B) | 337.68º | 0.96% | 0.67% | - |
| XYZ | 17.66 | 9.08 | 6.13 | - |
| YUV | 61.99 | 130.83 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 67 | 0 | 0.96 | 0.61 | 0.33 | 337.68 | 0.93 | 0.35 |
| Hex | AA | 6 | 43 | 0 | 60 | 3D | 21 | 152 | 5D | 23 |
| Octal | 252 | 6 | 103 | 0 | 140 | 75 | 41 | 522 | 135 | 43 |
| Binary | 10101010 | 110 | 1000011 | 0 | 1100000 | 111101 | 100001 | 101010010 | 1011101 | 100011 |
Color Harmonies of #AA0643
Complementary color
Monochromatic Colors of #AA0643
Black with #AA0643
Text Example
Text Example
White with #AA0643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0643; }
p { color: rgb(170,6,67); }
H1.HeaderClassName
{
color: #AA0643;
}
.AnyTagClassName
{
color: #AA0643;
}
</style>
background-color css
<style>
a { background-color: #AA0643; }
a { background-color: rgb(170,6,67); }
div.DivClassName
{
background-color: #AA0643;
}
.BgClassName
{
background-color: #AA0643;
}
</style>
border-color css
<style>
span { border-color: #AA0643; }
span { border-color: rgb(170,6,67); }
td.TdClassName
{
border-color: #AA0643;
}
.TagClassName
{
border-color: #AA0643;
}
</style>