Shades of Jazzberry Jam #A00F69
Tints of Jazzberry Jam #A00F69
RGB
CMYK
RGB Variations
Color information
#A00F69 (or 0xA00F69) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 69. RGB value is (160,15,105). Sum of RGB (Red+Green+Blue) = 160+15+105=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F69 is #5FF096. Grayscale: #444444. Windows color (decimal): -6287511 or 6885280. OLE color: 6885280.
HSL color Cylindrical-coordinate representation of color #A00F69: hue angle of 322.76º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F69 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 105 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.37 |
| HSL | 322.76º | 0.83% | 0.34% | - |
| HSV(B) | 322.76º | 0.91% | 0.63% | - |
| XYZ | 17.22 | 8.84 | 14.16 | - |
| YUV | 68.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 105 | 0 | 0.91 | 0.34 | 0.37 | 322.76 | 0.83 | 0.34 |
| Hex | A0 | F | 69 | 0 | 5B | 22 | 25 | 143 | 53 | 22 |
| Octal | 240 | 17 | 151 | 0 | 133 | 42 | 45 | 503 | 123 | 42 |
| Binary | 10100000 | 1111 | 1101001 | 0 | 1011011 | 100010 | 100101 | 101000011 | 1010011 | 100010 |
Color Harmonies of #A00F69
Complementary color
Monochromatic Colors of #A00F69
Black with #A00F69
Text Example
Text Example
White with #A00F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F69; }
p { color: rgb(160,15,105); }
H1.HeaderClassName
{
color: #A00F69;
}
.AnyTagClassName
{
color: #A00F69;
}
</style>
background-color css
<style>
a { background-color: #A00F69; }
a { background-color: rgb(160,15,105); }
div.DivClassName
{
background-color: #A00F69;
}
.BgClassName
{
background-color: #A00F69;
}
</style>
border-color css
<style>
span { border-color: #A00F69; }
span { border-color: rgb(160,15,105); }
td.TdClassName
{
border-color: #A00F69;
}
.TagClassName
{
border-color: #A00F69;
}
</style>