Shades of Jazzberry Jam #A8105A
Tints of Jazzberry Jam #A8105A
RGB
CMYK
RGB Variations
Color information
#A8105A (or 0xA8105A) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 5A. RGB value is (168,16,90). Sum of RGB (Red+Green+Blue) = 168+16+90=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A8105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8105A is #57EFA5. Grayscale: #454545. Windows color (decimal): -5762982 or 5902504. OLE color: 5902504.
HSL color Cylindrical-coordinate representation of color #A8105A: hue angle of 330.79º 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 #A8105A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 90 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.34 |
| HSL | 330.79º | 0.83% | 0.36% | - |
| HSV(B) | 330.79º | 0.9% | 0.66% | - |
| XYZ | 18.18 | 9.43 | 10.54 | - |
| YUV | 69.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 90 | 0 | 0.90 | 0.46 | 0.34 | 330.79 | 0.83 | 0.36 |
| Hex | A8 | 10 | 5A | 0 | 5A | 2E | 22 | 14B | 53 | 24 |
| Octal | 250 | 20 | 132 | 0 | 132 | 56 | 42 | 513 | 123 | 44 |
| Binary | 10101000 | 10000 | 1011010 | 0 | 1011010 | 101110 | 100010 | 101001011 | 1010011 | 100100 |
Color Harmonies of #A8105A
Complementary color
Monochromatic Colors of #A8105A
Black with #A8105A
Text Example
Text Example
White with #A8105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8105A; }
p { color: rgb(168,16,90); }
H1.HeaderClassName
{
color: #A8105A;
}
.AnyTagClassName
{
color: #A8105A;
}
</style>
background-color css
<style>
a { background-color: #A8105A; }
a { background-color: rgb(168,16,90); }
div.DivClassName
{
background-color: #A8105A;
}
.BgClassName
{
background-color: #A8105A;
}
</style>
border-color css
<style>
span { border-color: #A8105A; }
span { border-color: rgb(168,16,90); }
td.TdClassName
{
border-color: #A8105A;
}
.TagClassName
{
border-color: #A8105A;
}
</style>