Shades of Jazzberry Jam #A82267
Tints of Jazzberry Jam #A82267
RGB
CMYK
RGB Variations
Color information
#A82267 (or 0xA82267) is known color: Jazzberry Jam. HEX triplet: A8, 22 and 67. RGB value is (168,34,103). Sum of RGB (Red+Green+Blue) = 168+34+103=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A82267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82267 is #57DD98. Grayscale: #515151. Windows color (decimal): -5758361 or 6759080. OLE color: 6759080.
HSL color Cylindrical-coordinate representation of color #A82267: hue angle of 329.1º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82267 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 103 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.34 |
| HSL | 329.1º | 0.66% | 0.4% | - |
| HSV(B) | 329.1º | 0.8% | 0.66% | - |
| XYZ | 19.17 | 10.45 | 13.84 | - |
| YUV | 81.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 103 | 0 | 0.80 | 0.39 | 0.34 | 329.1 | 0.66 | 0.4 |
| Hex | A8 | 22 | 67 | 0 | 50 | 27 | 22 | 149 | 42 | 28 |
| Octal | 250 | 42 | 147 | 0 | 120 | 47 | 42 | 511 | 102 | 50 |
| Binary | 10101000 | 100010 | 1100111 | 0 | 1010000 | 100111 | 100010 | 101001001 | 1000010 | 101000 |
Color Harmonies of #A82267
Complementary color
Monochromatic Colors of #A82267
Black with #A82267
Text Example
Text Example
White with #A82267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82267; }
p { color: rgb(168,34,103); }
H1.HeaderClassName
{
color: #A82267;
}
.AnyTagClassName
{
color: #A82267;
}
</style>
background-color css
<style>
a { background-color: #A82267; }
a { background-color: rgb(168,34,103); }
div.DivClassName
{
background-color: #A82267;
}
.BgClassName
{
background-color: #A82267;
}
</style>
border-color css
<style>
span { border-color: #A82267; }
span { border-color: rgb(168,34,103); }
td.TdClassName
{
border-color: #A82267;
}
.TagClassName
{
border-color: #A82267;
}
</style>