Shades of Jazzberry Jam #A80665
Tints of Jazzberry Jam #A80665
RGB
CMYK
RGB Variations
Color information
#A80665 (or 0xA80665) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 65. RGB value is (168,6,101). Sum of RGB (Red+Green+Blue) = 168+6+101=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A80665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80665 is #57F99A. Grayscale: #414141. Windows color (decimal): -5765531 or 6620840. OLE color: 6620840.
HSL color Cylindrical-coordinate representation of color #A80665: hue angle of 324.81º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80665 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 101 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.34 |
| HSL | 324.81º | 0.93% | 0.34% | - |
| HSV(B) | 324.81º | 0.96% | 0.66% | - |
| XYZ | 18.56 | 9.39 | 13.15 | - |
| YUV | 65.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 101 | 0 | 0.96 | 0.40 | 0.34 | 324.81 | 0.93 | 0.34 |
| Hex | A8 | 6 | 65 | 0 | 60 | 28 | 22 | 145 | 5D | 22 |
| Octal | 250 | 6 | 145 | 0 | 140 | 50 | 42 | 505 | 135 | 42 |
| Binary | 10101000 | 110 | 1100101 | 0 | 1100000 | 101000 | 100010 | 101000101 | 1011101 | 100010 |
Color Harmonies of #A80665
Complementary color
Monochromatic Colors of #A80665
Black with #A80665
Text Example
Text Example
White with #A80665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80665; }
p { color: rgb(168,6,101); }
H1.HeaderClassName
{
color: #A80665;
}
.AnyTagClassName
{
color: #A80665;
}
</style>
background-color css
<style>
a { background-color: #A80665; }
a { background-color: rgb(168,6,101); }
div.DivClassName
{
background-color: #A80665;
}
.BgClassName
{
background-color: #A80665;
}
</style>
border-color css
<style>
span { border-color: #A80665; }
span { border-color: rgb(168,6,101); }
td.TdClassName
{
border-color: #A80665;
}
.TagClassName
{
border-color: #A80665;
}
</style>