Shades of Jazzberry Jam #A20654
Tints of Jazzberry Jam #A20654
RGB
CMYK
RGB Variations
Color information
#A20654 (or 0xA20654) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 54. RGB value is (162,6,84). Sum of RGB (Red+Green+Blue) = 162+6+84=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20654 is #5DF9AB. Grayscale: #3D3D3D. Windows color (decimal): -6158764 or 5506722. OLE color: 5506722.
HSL color Cylindrical-coordinate representation of color #A20654: hue angle of 330º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20654 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 84 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.36 |
| HSL | 330º | 0.93% | 0.33% | - |
| HSV(B) | 330º | 0.96% | 0.64% | - |
| XYZ | 16.57 | 8.45 | 9.15 | - |
| YUV | 61.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 84 | 0 | 0.96 | 0.48 | 0.36 | 330 | 0.93 | 0.33 |
| Hex | A2 | 6 | 54 | 0 | 60 | 30 | 24 | 14A | 5D | 21 |
| Octal | 242 | 6 | 124 | 0 | 140 | 60 | 44 | 512 | 135 | 41 |
| Binary | 10100010 | 110 | 1010100 | 0 | 1100000 | 110000 | 100100 | 101001010 | 1011101 | 100001 |
Color Harmonies of #A20654
Complementary color
Monochromatic Colors of #A20654
Black with #A20654
Text Example
Text Example
White with #A20654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20654; }
p { color: rgb(162,6,84); }
H1.HeaderClassName
{
color: #A20654;
}
.AnyTagClassName
{
color: #A20654;
}
</style>
background-color css
<style>
a { background-color: #A20654; }
a { background-color: rgb(162,6,84); }
div.DivClassName
{
background-color: #A20654;
}
.BgClassName
{
background-color: #A20654;
}
</style>
border-color css
<style>
span { border-color: #A20654; }
span { border-color: rgb(162,6,84); }
td.TdClassName
{
border-color: #A20654;
}
.TagClassName
{
border-color: #A20654;
}
</style>