Shades of Jazzberry Jam #A2005C
Tints of Jazzberry Jam #A2005C
RGB
CMYK
RGB Variations
Color information
#A2005C (or 0xA2005C) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 5C. RGB value is (162,0,92). Sum of RGB (Red+Green+Blue) = 162+0+92=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A2005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2005C is #5DFFA3. Grayscale: #3A3A3A. Windows color (decimal): -6160292 or 6029474. OLE color: 6029474.
HSL color Cylindrical-coordinate representation of color #A2005C: hue angle of 325.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2005C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.43 | 0.36 |
| HSL | 325.93º | 1% | 0.32% | - |
| HSV(B) | 325.93º | 1% | 0.64% | - |
| XYZ | 16.83 | 8.45 | 10.87 | - |
| YUV | 58.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 92 | 0 | 1 | 0.43 | 0.36 | 325.93 | 1 | 0.32 |
| Hex | A2 | 0 | 5C | 0 | 64 | 2B | 24 | 146 | 64 | 20 |
| Octal | 242 | 0 | 134 | 0 | 144 | 53 | 44 | 506 | 144 | 40 |
| Binary | 10100010 | 0 | 1011100 | 0 | 1100100 | 101011 | 100100 | 101000110 | 1100100 | 100000 |
Color Harmonies of #A2005C
Complementary color
Monochromatic Colors of #A2005C
Black with #A2005C
Text Example
Text Example
White with #A2005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2005C; }
p { color: rgb(162,0,92); }
H1.HeaderClassName
{
color: #A2005C;
}
.AnyTagClassName
{
color: #A2005C;
}
</style>
background-color css
<style>
a { background-color: #A2005C; }
a { background-color: rgb(162,0,92); }
div.DivClassName
{
background-color: #A2005C;
}
.BgClassName
{
background-color: #A2005C;
}
</style>
border-color css
<style>
span { border-color: #A2005C; }
span { border-color: rgb(162,0,92); }
td.TdClassName
{
border-color: #A2005C;
}
.TagClassName
{
border-color: #A2005C;
}
</style>