Shades of Jazzberry Jam #A8165B
Tints of Jazzberry Jam #A8165B
RGB
CMYK
RGB Variations
Color information
#A8165B (or 0xA8165B) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 5B. RGB value is (168,22,91). Sum of RGB (Red+Green+Blue) = 168+22+91=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8165B is #57E9A4. Grayscale: #494949. Windows color (decimal): -5761445 or 5969576. OLE color: 5969576.
HSL color Cylindrical-coordinate representation of color #A8165B: hue angle of 331.64º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8165B is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 91 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.34 |
| HSL | 331.64º | 0.77% | 0.37% | - |
| HSV(B) | 331.64º | 0.87% | 0.66% | - |
| XYZ | 18.32 | 9.65 | 10.8 | - |
| YUV | 73.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 91 | 0 | 0.87 | 0.46 | 0.34 | 331.64 | 0.77 | 0.37 |
| Hex | A8 | 16 | 5B | 0 | 57 | 2E | 22 | 14C | 4D | 25 |
| Octal | 250 | 26 | 133 | 0 | 127 | 56 | 42 | 514 | 115 | 45 |
| Binary | 10101000 | 10110 | 1011011 | 0 | 1010111 | 101110 | 100010 | 101001100 | 1001101 | 100101 |
Color Harmonies of #A8165B
Complementary color
Monochromatic Colors of #A8165B
Black with #A8165B
Text Example
Text Example
White with #A8165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8165B; }
p { color: rgb(168,22,91); }
H1.HeaderClassName
{
color: #A8165B;
}
.AnyTagClassName
{
color: #A8165B;
}
</style>
background-color css
<style>
a { background-color: #A8165B; }
a { background-color: rgb(168,22,91); }
div.DivClassName
{
background-color: #A8165B;
}
.BgClassName
{
background-color: #A8165B;
}
</style>
border-color css
<style>
span { border-color: #A8165B; }
span { border-color: rgb(168,22,91); }
td.TdClassName
{
border-color: #A8165B;
}
.TagClassName
{
border-color: #A8165B;
}
</style>