Shades of Jazzberry Jam #A8246B
Tints of Jazzberry Jam #A8246B
RGB
CMYK
RGB Variations
Color information
#A8246B (or 0xA8246B) is known color: Jazzberry Jam. HEX triplet: A8, 24 and 6B. RGB value is (168,36,107). Sum of RGB (Red+Green+Blue) = 168+36+107=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8246B is #57DB94. Grayscale: #535353. Windows color (decimal): -5757845 or 7021736. OLE color: 7021736.
HSL color Cylindrical-coordinate representation of color #A8246B: hue angle of 327.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8246B is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 107 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.34 |
| HSL | 327.73º | 0.65% | 0.4% | - |
| HSV(B) | 327.73º | 0.79% | 0.66% | - |
| XYZ | 19.43 | 10.65 | 14.94 | - |
| YUV | 83.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 107 | 0 | 0.79 | 0.36 | 0.34 | 327.73 | 0.65 | 0.4 |
| Hex | A8 | 24 | 6B | 0 | 4F | 24 | 22 | 148 | 41 | 28 |
| Octal | 250 | 44 | 153 | 0 | 117 | 44 | 42 | 510 | 101 | 50 |
| Binary | 10101000 | 100100 | 1101011 | 0 | 1001111 | 100100 | 100010 | 101001000 | 1000001 | 101000 |
Color Harmonies of #A8246B
Complementary color
Monochromatic Colors of #A8246B
Black with #A8246B
Text Example
Text Example
White with #A8246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8246B; }
p { color: rgb(168,36,107); }
H1.HeaderClassName
{
color: #A8246B;
}
.AnyTagClassName
{
color: #A8246B;
}
</style>
background-color css
<style>
a { background-color: #A8246B; }
a { background-color: rgb(168,36,107); }
div.DivClassName
{
background-color: #A8246B;
}
.BgClassName
{
background-color: #A8246B;
}
</style>
border-color css
<style>
span { border-color: #A8246B; }
span { border-color: rgb(168,36,107); }
td.TdClassName
{
border-color: #A8246B;
}
.TagClassName
{
border-color: #A8246B;
}
</style>