Shades of Jazzberry Jam #A80366
Tints of Jazzberry Jam #A80366
RGB
CMYK
RGB Variations
Color information
#A80366 (or 0xA80366) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 66. RGB value is (168,3,102). Sum of RGB (Red+Green+Blue) = 168+3+102=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A80366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80366 is #57FC99. Grayscale: #3F3F3F. Windows color (decimal): -5766298 or 6685608. OLE color: 6685608.
HSL color Cylindrical-coordinate representation of color #A80366: hue angle of 324º degrees, saturation: 0.96, 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 #A80366 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.34 |
| HSL | 324º | 0.96% | 0.34% | - |
| HSV(B) | 324º | 0.98% | 0.66% | - |
| XYZ | 18.58 | 9.35 | 13.4 | - |
| YUV | 63.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 102 | 0 | 0.98 | 0.39 | 0.34 | 324 | 0.96 | 0.34 |
| Hex | A8 | 3 | 66 | 0 | 62 | 27 | 22 | 144 | 60 | 22 |
| Octal | 250 | 3 | 146 | 0 | 142 | 47 | 42 | 504 | 140 | 42 |
| Binary | 10101000 | 11 | 1100110 | 0 | 1100010 | 100111 | 100010 | 101000100 | 1100000 | 100010 |
Color Harmonies of #A80366
Complementary color
Monochromatic Colors of #A80366
Black with #A80366
Text Example
Text Example
White with #A80366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80366; }
p { color: rgb(168,3,102); }
H1.HeaderClassName
{
color: #A80366;
}
.AnyTagClassName
{
color: #A80366;
}
</style>
background-color css
<style>
a { background-color: #A80366; }
a { background-color: rgb(168,3,102); }
div.DivClassName
{
background-color: #A80366;
}
.BgClassName
{
background-color: #A80366;
}
</style>
border-color css
<style>
span { border-color: #A80366; }
span { border-color: rgb(168,3,102); }
td.TdClassName
{
border-color: #A80366;
}
.TagClassName
{
border-color: #A80366;
}
</style>