Shades of Jazzberry Jam #A80E67
Tints of Jazzberry Jam #A80E67
RGB
CMYK
RGB Variations
Color information
#A80E67 (or 0xA80E67) is known color: Jazzberry Jam. HEX triplet: A8, 0E and 67. RGB value is (168,14,103). Sum of RGB (Red+Green+Blue) = 168+14+103=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80E67 is #57F198. Grayscale: #454545. Windows color (decimal): -5763481 or 6753960. OLE color: 6753960.
HSL color Cylindrical-coordinate representation of color #A80E67: hue angle of 325.32º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E67 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 103 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.34 |
| HSL | 325.32º | 0.85% | 0.36% | - |
| HSV(B) | 325.32º | 0.92% | 0.66% | - |
| XYZ | 18.75 | 9.62 | 13.7 | - |
| YUV | 70.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 103 | 0 | 0.92 | 0.39 | 0.34 | 325.32 | 0.85 | 0.36 |
| Hex | A8 | E | 67 | 0 | 5C | 27 | 22 | 145 | 55 | 24 |
| Octal | 250 | 16 | 147 | 0 | 134 | 47 | 42 | 505 | 125 | 44 |
| Binary | 10101000 | 1110 | 1100111 | 0 | 1011100 | 100111 | 100010 | 101000101 | 1010101 | 100100 |
Color Harmonies of #A80E67
Complementary color
Monochromatic Colors of #A80E67
Black with #A80E67
Text Example
Text Example
White with #A80E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E67; }
p { color: rgb(168,14,103); }
H1.HeaderClassName
{
color: #A80E67;
}
.AnyTagClassName
{
color: #A80E67;
}
</style>
background-color css
<style>
a { background-color: #A80E67; }
a { background-color: rgb(168,14,103); }
div.DivClassName
{
background-color: #A80E67;
}
.BgClassName
{
background-color: #A80E67;
}
</style>
border-color css
<style>
span { border-color: #A80E67; }
span { border-color: rgb(168,14,103); }
td.TdClassName
{
border-color: #A80E67;
}
.TagClassName
{
border-color: #A80E67;
}
</style>