Shades of Jazzberry Jam #A80150
Tints of Jazzberry Jam #A80150
RGB
CMYK
RGB Variations
Color information
#A80150 (or 0xA80150) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 50. RGB value is (168,1,80). Sum of RGB (Red+Green+Blue) = 168+1+80=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A80150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80150 is #57FEAF. Grayscale: #3B3B3B. Windows color (decimal): -5766832 or 5243304. OLE color: 5243304.
HSL color Cylindrical-coordinate representation of color #A80150: hue angle of 331.62º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80150 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.34 |
| HSL | 331.62º | 0.99% | 0.33% | - |
| HSV(B) | 331.62º | 0.99% | 0.66% | - |
| XYZ | 17.61 | 8.93 | 8.38 | - |
| YUV | 59.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 80 | 0 | 0.99 | 0.52 | 0.34 | 331.62 | 0.99 | 0.33 |
| Hex | A8 | 1 | 50 | 0 | 63 | 34 | 22 | 14C | 63 | 21 |
| Octal | 250 | 1 | 120 | 0 | 143 | 64 | 42 | 514 | 143 | 41 |
| Binary | 10101000 | 1 | 1010000 | 0 | 1100011 | 110100 | 100010 | 101001100 | 1100011 | 100001 |
Color Harmonies of #A80150
Complementary color
Monochromatic Colors of #A80150
Black with #A80150
Text Example
Text Example
White with #A80150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80150; }
p { color: rgb(168,1,80); }
H1.HeaderClassName
{
color: #A80150;
}
.AnyTagClassName
{
color: #A80150;
}
</style>
background-color css
<style>
a { background-color: #A80150; }
a { background-color: rgb(168,1,80); }
div.DivClassName
{
background-color: #A80150;
}
.BgClassName
{
background-color: #A80150;
}
</style>
border-color css
<style>
span { border-color: #A80150; }
span { border-color: rgb(168,1,80); }
td.TdClassName
{
border-color: #A80150;
}
.TagClassName
{
border-color: #A80150;
}
</style>