Shades of Jazzberry Jam #A90C5D
Tints of Jazzberry Jam #A90C5D
RGB
CMYK
RGB Variations
Color information
#A90C5D (or 0xA90C5D) is known color: Jazzberry Jam. HEX triplet: A9, 0C and 5D. RGB value is (169,12,93). Sum of RGB (Red+Green+Blue) = 169+12+93=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C5D is #56F3A2. Grayscale: #444444. Windows color (decimal): -5698467 or 6098089. OLE color: 6098089.
HSL color Cylindrical-coordinate representation of color #A90C5D: hue angle of 329.04º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C5D is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 93 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.34 |
| HSL | 329.04º | 0.87% | 0.35% | - |
| HSV(B) | 329.04º | 0.93% | 0.66% | - |
| XYZ | 18.47 | 9.49 | 11.21 | - |
| YUV | 68.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 93 | 0 | 0.93 | 0.45 | 0.34 | 329.04 | 0.87 | 0.35 |
| Hex | A9 | C | 5D | 0 | 5D | 2D | 22 | 149 | 57 | 23 |
| Octal | 251 | 14 | 135 | 0 | 135 | 55 | 42 | 511 | 127 | 43 |
| Binary | 10101001 | 1100 | 1011101 | 0 | 1011101 | 101101 | 100010 | 101001001 | 1010111 | 100011 |
Color Harmonies of #A90C5D
Complementary color
Monochromatic Colors of #A90C5D
Black with #A90C5D
Text Example
Text Example
White with #A90C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C5D; }
p { color: rgb(169,12,93); }
H1.HeaderClassName
{
color: #A90C5D;
}
.AnyTagClassName
{
color: #A90C5D;
}
</style>
background-color css
<style>
a { background-color: #A90C5D; }
a { background-color: rgb(169,12,93); }
div.DivClassName
{
background-color: #A90C5D;
}
.BgClassName
{
background-color: #A90C5D;
}
</style>
border-color css
<style>
span { border-color: #A90C5D; }
span { border-color: rgb(169,12,93); }
td.TdClassName
{
border-color: #A90C5D;
}
.TagClassName
{
border-color: #A90C5D;
}
</style>