Shades of Jazzberry Jam #A80F43
Tints of Jazzberry Jam #A80F43
RGB
CMYK
RGB Variations
Color information
#A80F43 (or 0xA80F43) is known color: Jazzberry Jam. HEX triplet: A8, 0F and 43. RGB value is (168,15,67). Sum of RGB (Red+Green+Blue) = 168+15+67=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F43 is #57F0BC. Grayscale: #424242. Windows color (decimal): -5763261 or 4394920. OLE color: 4394920.
HSL color Cylindrical-coordinate representation of color #A80F43: hue angle of 339.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F43 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 67 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.34 |
| HSL | 339.61º | 0.84% | 0.36% | - |
| HSV(B) | 339.61º | 0.91% | 0.66% | - |
| XYZ | 17.33 | 9.07 | 6.15 | - |
| YUV | 66.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 67 | 0 | 0.91 | 0.60 | 0.34 | 339.61 | 0.84 | 0.36 |
| Hex | A8 | F | 43 | 0 | 5B | 3C | 22 | 154 | 54 | 24 |
| Octal | 250 | 17 | 103 | 0 | 133 | 74 | 42 | 524 | 124 | 44 |
| Binary | 10101000 | 1111 | 1000011 | 0 | 1011011 | 111100 | 100010 | 101010100 | 1010100 | 100100 |
Color Harmonies of #A80F43
Complementary color
Monochromatic Colors of #A80F43
Black with #A80F43
Text Example
Text Example
White with #A80F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F43; }
p { color: rgb(168,15,67); }
H1.HeaderClassName
{
color: #A80F43;
}
.AnyTagClassName
{
color: #A80F43;
}
</style>
background-color css
<style>
a { background-color: #A80F43; }
a { background-color: rgb(168,15,67); }
div.DivClassName
{
background-color: #A80F43;
}
.BgClassName
{
background-color: #A80F43;
}
</style>
border-color css
<style>
span { border-color: #A80F43; }
span { border-color: rgb(168,15,67); }
td.TdClassName
{
border-color: #A80F43;
}
.TagClassName
{
border-color: #A80F43;
}
</style>