Shades of Jazzberry Jam #A80466
Tints of Jazzberry Jam #A80466
RGB
CMYK
RGB Variations
Color information
#A80466 (or 0xA80466) is known color: Jazzberry Jam. HEX triplet: A8, 04 and 66. RGB value is (168,4,102). Sum of RGB (Red+Green+Blue) = 168+4+102=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A80466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80466 is #57FB99. Grayscale: #3F3F3F. Windows color (decimal): -5766042 or 6685864. OLE color: 6685864.
HSL color Cylindrical-coordinate representation of color #A80466: hue angle of 324.15º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80466 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.34 |
| HSL | 324.15º | 0.95% | 0.34% | - |
| HSV(B) | 324.15º | 0.98% | 0.66% | - |
| XYZ | 18.59 | 9.37 | 13.4 | - |
| YUV | 64.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 102 | 0 | 0.98 | 0.39 | 0.34 | 324.15 | 0.95 | 0.34 |
| Hex | A8 | 4 | 66 | 0 | 62 | 27 | 22 | 144 | 5F | 22 |
| Octal | 250 | 4 | 146 | 0 | 142 | 47 | 42 | 504 | 137 | 42 |
| Binary | 10101000 | 100 | 1100110 | 0 | 1100010 | 100111 | 100010 | 101000100 | 1011111 | 100010 |
Color Harmonies of #A80466
Complementary color
Monochromatic Colors of #A80466
Black with #A80466
Text Example
Text Example
White with #A80466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80466; }
p { color: rgb(168,4,102); }
H1.HeaderClassName
{
color: #A80466;
}
.AnyTagClassName
{
color: #A80466;
}
</style>
background-color css
<style>
a { background-color: #A80466; }
a { background-color: rgb(168,4,102); }
div.DivClassName
{
background-color: #A80466;
}
.BgClassName
{
background-color: #A80466;
}
</style>
border-color css
<style>
span { border-color: #A80466; }
span { border-color: rgb(168,4,102); }
td.TdClassName
{
border-color: #A80466;
}
.TagClassName
{
border-color: #A80466;
}
</style>