Shades of Jazzberry Jam #A8105B
Tints of Jazzberry Jam #A8105B
RGB
CMYK
RGB Variations
Color information
#A8105B (or 0xA8105B) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 5B. RGB value is (168,16,91). Sum of RGB (Red+Green+Blue) = 168+16+91=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A8105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8105B is #57EFA4. Grayscale: #454545. Windows color (decimal): -5762981 or 5968040. OLE color: 5968040.
HSL color Cylindrical-coordinate representation of color #A8105B: hue angle of 330.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8105B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 91 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.34 |
| HSL | 330.39º | 0.83% | 0.36% | - |
| HSV(B) | 330.39º | 0.9% | 0.66% | - |
| XYZ | 18.22 | 9.45 | 10.76 | - |
| YUV | 70 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 91 | 0 | 0.90 | 0.46 | 0.34 | 330.39 | 0.83 | 0.36 |
| Hex | A8 | 10 | 5B | 0 | 5A | 2E | 22 | 14A | 53 | 24 |
| Octal | 250 | 20 | 133 | 0 | 132 | 56 | 42 | 512 | 123 | 44 |
| Binary | 10101000 | 10000 | 1011011 | 0 | 1011010 | 101110 | 100010 | 101001010 | 1010011 | 100100 |
Color Harmonies of #A8105B
Complementary color
Monochromatic Colors of #A8105B
Black with #A8105B
Text Example
Text Example
White with #A8105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8105B; }
p { color: rgb(168,16,91); }
H1.HeaderClassName
{
color: #A8105B;
}
.AnyTagClassName
{
color: #A8105B;
}
</style>
background-color css
<style>
a { background-color: #A8105B; }
a { background-color: rgb(168,16,91); }
div.DivClassName
{
background-color: #A8105B;
}
.BgClassName
{
background-color: #A8105B;
}
</style>
border-color css
<style>
span { border-color: #A8105B; }
span { border-color: rgb(168,16,91); }
td.TdClassName
{
border-color: #A8105B;
}
.TagClassName
{
border-color: #A8105B;
}
</style>