Shades of Jazzberry Jam #A8175B
Tints of Jazzberry Jam #A8175B
RGB
CMYK
RGB Variations
Color information
#A8175B (or 0xA8175B) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 5B. RGB value is (168,23,91). Sum of RGB (Red+Green+Blue) = 168+23+91=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8175B is #57E8A4. Grayscale: #494949. Windows color (decimal): -5761189 or 5969832. OLE color: 5969832.
HSL color Cylindrical-coordinate representation of color #A8175B: hue angle of 331.86º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8175B is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 91 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.34 |
| HSL | 331.86º | 0.76% | 0.37% | - |
| HSV(B) | 331.86º | 0.86% | 0.66% | - |
| XYZ | 18.34 | 9.69 | 10.8 | - |
| YUV | 74.11 | 137.54 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 91 | 0 | 0.86 | 0.46 | 0.34 | 331.86 | 0.76 | 0.37 |
| Hex | A8 | 17 | 5B | 0 | 56 | 2E | 22 | 14C | 4C | 25 |
| Octal | 250 | 27 | 133 | 0 | 126 | 56 | 42 | 514 | 114 | 45 |
| Binary | 10101000 | 10111 | 1011011 | 0 | 1010110 | 101110 | 100010 | 101001100 | 1001100 | 100101 |
Color Harmonies of #A8175B
Complementary color
Monochromatic Colors of #A8175B
Black with #A8175B
Text Example
Text Example
White with #A8175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8175B; }
p { color: rgb(168,23,91); }
H1.HeaderClassName
{
color: #A8175B;
}
.AnyTagClassName
{
color: #A8175B;
}
</style>
background-color css
<style>
a { background-color: #A8175B; }
a { background-color: rgb(168,23,91); }
div.DivClassName
{
background-color: #A8175B;
}
.BgClassName
{
background-color: #A8175B;
}
</style>
border-color css
<style>
span { border-color: #A8175B; }
span { border-color: rgb(168,23,91); }
td.TdClassName
{
border-color: #A8175B;
}
.TagClassName
{
border-color: #A8175B;
}
</style>