Shades of Jazzberry Jam #A0025C
Tints of Jazzberry Jam #A0025C
RGB
CMYK
RGB Variations
Color information
#A0025C (or 0xA0025C) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 5C. RGB value is (160,2,92). Sum of RGB (Red+Green+Blue) = 160+2+92=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0025C is #5FFDA3. Grayscale: #3B3B3B. Windows color (decimal): -6290852 or 6029984. OLE color: 6029984.
HSL color Cylindrical-coordinate representation of color #A0025C: hue angle of 325.82º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0025C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.37 |
| HSL | 325.82º | 0.98% | 0.32% | - |
| HSV(B) | 325.82º | 0.99% | 0.63% | - |
| XYZ | 16.45 | 8.29 | 10.86 | - |
| YUV | 59.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 92 | 0 | 0.99 | 0.43 | 0.37 | 325.82 | 0.98 | 0.32 |
| Hex | A0 | 2 | 5C | 0 | 63 | 2B | 25 | 146 | 62 | 20 |
| Octal | 240 | 2 | 134 | 0 | 143 | 53 | 45 | 506 | 142 | 40 |
| Binary | 10100000 | 10 | 1011100 | 0 | 1100011 | 101011 | 100101 | 101000110 | 1100010 | 100000 |
Color Harmonies of #A0025C
Complementary color
Monochromatic Colors of #A0025C
Black with #A0025C
Text Example
Text Example
White with #A0025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0025C; }
p { color: rgb(160,2,92); }
H1.HeaderClassName
{
color: #A0025C;
}
.AnyTagClassName
{
color: #A0025C;
}
</style>
background-color css
<style>
a { background-color: #A0025C; }
a { background-color: rgb(160,2,92); }
div.DivClassName
{
background-color: #A0025C;
}
.BgClassName
{
background-color: #A0025C;
}
</style>
border-color css
<style>
span { border-color: #A0025C; }
span { border-color: rgb(160,2,92); }
td.TdClassName
{
border-color: #A0025C;
}
.TagClassName
{
border-color: #A0025C;
}
</style>