Shades of Jazzberry Jam #A90143
Tints of Jazzberry Jam #A90143
RGB
CMYK
RGB Variations
Color information
#A90143 (or 0xA90143) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 43. RGB value is (169,1,67). Sum of RGB (Red+Green+Blue) = 169+1+67=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A90143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90143 is #56FEBC. Grayscale: #3A3A3A. Windows color (decimal): -5701309 or 4391337. OLE color: 4391337.
HSL color Cylindrical-coordinate representation of color #A90143: hue angle of 336.43º 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 #A90143 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.34 |
| HSL | 336.43º | 0.99% | 0.33% | - |
| HSV(B) | 336.43º | 0.99% | 0.66% | - |
| XYZ | 17.39 | 8.86 | 6.1 | - |
| YUV | 58.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 67 | 0 | 0.99 | 0.60 | 0.34 | 336.43 | 0.99 | 0.33 |
| Hex | A9 | 1 | 43 | 0 | 63 | 3C | 22 | 150 | 63 | 21 |
| Octal | 251 | 1 | 103 | 0 | 143 | 74 | 42 | 520 | 143 | 41 |
| Binary | 10101001 | 1 | 1000011 | 0 | 1100011 | 111100 | 100010 | 101010000 | 1100011 | 100001 |
Color Harmonies of #A90143
Complementary color
Monochromatic Colors of #A90143
Black with #A90143
Text Example
Text Example
White with #A90143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90143; }
p { color: rgb(169,1,67); }
H1.HeaderClassName
{
color: #A90143;
}
.AnyTagClassName
{
color: #A90143;
}
</style>
background-color css
<style>
a { background-color: #A90143; }
a { background-color: rgb(169,1,67); }
div.DivClassName
{
background-color: #A90143;
}
.BgClassName
{
background-color: #A90143;
}
</style>
border-color css
<style>
span { border-color: #A90143; }
span { border-color: rgb(169,1,67); }
td.TdClassName
{
border-color: #A90143;
}
.TagClassName
{
border-color: #A90143;
}
</style>