Shades of Jazzberry Jam #A90148
Tints of Jazzberry Jam #A90148
RGB
CMYK
RGB Variations
Color information
#A90148 (or 0xA90148) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 48. RGB value is (169,1,72). Sum of RGB (Red+Green+Blue) = 169+1+72=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A90148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90148 is #56FEB7. Grayscale: #3B3B3B. Windows color (decimal): -5701304 or 4719017. OLE color: 4719017.
HSL color Cylindrical-coordinate representation of color #A90148: hue angle of 334.64º 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 #A90148 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.34 |
| HSL | 334.64º | 0.99% | 0.33% | - |
| HSV(B) | 334.64º | 0.99% | 0.66% | - |
| XYZ | 17.54 | 8.92 | 6.93 | - |
| YUV | 59.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 72 | 0 | 0.99 | 0.57 | 0.34 | 334.64 | 0.99 | 0.33 |
| Hex | A9 | 1 | 48 | 0 | 63 | 39 | 22 | 14F | 63 | 21 |
| Octal | 251 | 1 | 110 | 0 | 143 | 71 | 42 | 517 | 143 | 41 |
| Binary | 10101001 | 1 | 1001000 | 0 | 1100011 | 111001 | 100010 | 101001111 | 1100011 | 100001 |
Color Harmonies of #A90148
Complementary color
Monochromatic Colors of #A90148
Black with #A90148
Text Example
Text Example
White with #A90148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90148; }
p { color: rgb(169,1,72); }
H1.HeaderClassName
{
color: #A90148;
}
.AnyTagClassName
{
color: #A90148;
}
</style>
background-color css
<style>
a { background-color: #A90148; }
a { background-color: rgb(169,1,72); }
div.DivClassName
{
background-color: #A90148;
}
.BgClassName
{
background-color: #A90148;
}
</style>
border-color css
<style>
span { border-color: #A90148; }
span { border-color: rgb(169,1,72); }
td.TdClassName
{
border-color: #A90148;
}
.TagClassName
{
border-color: #A90148;
}
</style>