Shades of Jazzberry Jam #A8126B
Tints of Jazzberry Jam #A8126B
RGB
CMYK
RGB Variations
Color information
#A8126B (or 0xA8126B) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 6B. RGB value is (168,18,107). Sum of RGB (Red+Green+Blue) = 168+18+107=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8126B is #57ED94. Grayscale: #484848. Windows color (decimal): -5762453 or 7017128. OLE color: 7017128.
HSL color Cylindrical-coordinate representation of color #A8126B: hue angle of 324.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8126B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 107 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.34 |
| HSL | 324.4º | 0.81% | 0.36% | - |
| HSV(B) | 324.4º | 0.89% | 0.66% | - |
| XYZ | 19.02 | 9.82 | 14.8 | - |
| YUV | 73 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 107 | 0 | 0.89 | 0.36 | 0.34 | 324.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 6B | 0 | 59 | 24 | 22 | 144 | 51 | 24 |
| Octal | 250 | 22 | 153 | 0 | 131 | 44 | 42 | 504 | 121 | 44 |
| Binary | 10101000 | 10010 | 1101011 | 0 | 1011001 | 100100 | 100010 | 101000100 | 1010001 | 100100 |
Color Harmonies of #A8126B
Complementary color
Monochromatic Colors of #A8126B
Black with #A8126B
Text Example
Text Example
White with #A8126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8126B; }
p { color: rgb(168,18,107); }
H1.HeaderClassName
{
color: #A8126B;
}
.AnyTagClassName
{
color: #A8126B;
}
</style>
background-color css
<style>
a { background-color: #A8126B; }
a { background-color: rgb(168,18,107); }
div.DivClassName
{
background-color: #A8126B;
}
.BgClassName
{
background-color: #A8126B;
}
</style>
border-color css
<style>
span { border-color: #A8126B; }
span { border-color: rgb(168,18,107); }
td.TdClassName
{
border-color: #A8126B;
}
.TagClassName
{
border-color: #A8126B;
}
</style>