Shades of Jazzberry Jam #A0023E
Tints of Jazzberry Jam #A0023E
RGB
CMYK
RGB Variations
Color information
#A0023E (or 0xA0023E) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 3E. RGB value is (160,2,62). Sum of RGB (Red+Green+Blue) = 160+2+62=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A0023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0023E is #5FFDC1. Grayscale: #383838. Windows color (decimal): -6290882 or 4063904. OLE color: 4063904.
HSL color Cylindrical-coordinate representation of color #A0023E: hue angle of 337.22º 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 #A0023E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.37 |
| HSL | 337.22º | 0.98% | 0.32% | - |
| HSV(B) | 337.22º | 0.99% | 0.63% | - |
| XYZ | 15.39 | 7.86 | 5.26 | - |
| YUV | 56.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 62 | 0 | 0.99 | 0.61 | 0.37 | 337.22 | 0.98 | 0.32 |
| Hex | A0 | 2 | 3E | 0 | 63 | 3D | 25 | 151 | 62 | 20 |
| Octal | 240 | 2 | 76 | 0 | 143 | 75 | 45 | 521 | 142 | 40 |
| Binary | 10100000 | 10 | 111110 | 0 | 1100011 | 111101 | 100101 | 101010001 | 1100010 | 100000 |
Color Harmonies of #A0023E
Complementary color
Monochromatic Colors of #A0023E
Black with #A0023E
Text Example
Text Example
White with #A0023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0023E; }
p { color: rgb(160,2,62); }
H1.HeaderClassName
{
color: #A0023E;
}
.AnyTagClassName
{
color: #A0023E;
}
</style>
background-color css
<style>
a { background-color: #A0023E; }
a { background-color: rgb(160,2,62); }
div.DivClassName
{
background-color: #A0023E;
}
.BgClassName
{
background-color: #A0023E;
}
</style>
border-color css
<style>
span { border-color: #A0023E; }
span { border-color: rgb(160,2,62); }
td.TdClassName
{
border-color: #A0023E;
}
.TagClassName
{
border-color: #A0023E;
}
</style>