Shades of Jazzberry Jam #A8266B
Tints of Jazzberry Jam #A8266B
RGB
CMYK
RGB Variations
Color information
#A8266B (or 0xA8266B) is known color: Jazzberry Jam. HEX triplet: A8, 26 and 6B. RGB value is (168,38,107). Sum of RGB (Red+Green+Blue) = 168+38+107=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8266B is #57D994. Grayscale: #545454. Windows color (decimal): -5757333 or 7022248. OLE color: 7022248.
HSL color Cylindrical-coordinate representation of color #A8266B: hue angle of 328.15º 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 #A8266B is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 107 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.34 |
| HSL | 328.15º | 0.63% | 0.4% | - |
| HSV(B) | 328.15º | 0.77% | 0.66% | - |
| XYZ | 19.5 | 10.77 | 14.96 | - |
| YUV | 84.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 107 | 0 | 0.77 | 0.36 | 0.34 | 328.15 | 0.63 | 0.4 |
| Hex | A8 | 26 | 6B | 0 | 4D | 24 | 22 | 148 | 3F | 28 |
| Octal | 250 | 46 | 153 | 0 | 115 | 44 | 42 | 510 | 77 | 50 |
| Binary | 10101000 | 100110 | 1101011 | 0 | 1001101 | 100100 | 100010 | 101001000 | 111111 | 101000 |
Color Harmonies of #A8266B
Complementary color
Monochromatic Colors of #A8266B
Black with #A8266B
Text Example
Text Example
White with #A8266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8266B; }
p { color: rgb(168,38,107); }
H1.HeaderClassName
{
color: #A8266B;
}
.AnyTagClassName
{
color: #A8266B;
}
</style>
background-color css
<style>
a { background-color: #A8266B; }
a { background-color: rgb(168,38,107); }
div.DivClassName
{
background-color: #A8266B;
}
.BgClassName
{
background-color: #A8266B;
}
</style>
border-color css
<style>
span { border-color: #A8266B; }
span { border-color: rgb(168,38,107); }
td.TdClassName
{
border-color: #A8266B;
}
.TagClassName
{
border-color: #A8266B;
}
</style>