Shades of Jazzberry Jam #A8266A
Tints of Jazzberry Jam #A8266A
RGB
CMYK
RGB Variations
Color information
#A8266A (or 0xA8266A) is known color: Jazzberry Jam. HEX triplet: A8, 26 and 6A. RGB value is (168,38,106). Sum of RGB (Red+Green+Blue) = 168+38+106=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8266A is #57D995. Grayscale: #545454. Windows color (decimal): -5757334 or 6956712. OLE color: 6956712.
HSL color Cylindrical-coordinate representation of color #A8266A: hue angle of 328.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8266A is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 106 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.34 |
| HSL | 328.62º | 0.63% | 0.4% | - |
| HSV(B) | 328.62º | 0.77% | 0.66% | - |
| XYZ | 19.44 | 10.75 | 14.69 | - |
| YUV | 84.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 106 | 0 | 0.77 | 0.37 | 0.34 | 328.62 | 0.63 | 0.4 |
| Hex | A8 | 26 | 6A | 0 | 4D | 25 | 22 | 149 | 3F | 28 |
| Octal | 250 | 46 | 152 | 0 | 115 | 45 | 42 | 511 | 77 | 50 |
| Binary | 10101000 | 100110 | 1101010 | 0 | 1001101 | 100101 | 100010 | 101001001 | 111111 | 101000 |
Color Harmonies of #A8266A
Complementary color
Monochromatic Colors of #A8266A
Black with #A8266A
Text Example
Text Example
White with #A8266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8266A; }
p { color: rgb(168,38,106); }
H1.HeaderClassName
{
color: #A8266A;
}
.AnyTagClassName
{
color: #A8266A;
}
</style>
background-color css
<style>
a { background-color: #A8266A; }
a { background-color: rgb(168,38,106); }
div.DivClassName
{
background-color: #A8266A;
}
.BgClassName
{
background-color: #A8266A;
}
</style>
border-color css
<style>
span { border-color: #A8266A; }
span { border-color: rgb(168,38,106); }
td.TdClassName
{
border-color: #A8266A;
}
.TagClassName
{
border-color: #A8266A;
}
</style>