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