Shades of Jazzberry Jam #A90367
Tints of Jazzberry Jam #A90367
RGB
CMYK
RGB Variations
Color information
#A90367 (or 0xA90367) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 67. RGB value is (169,3,103). Sum of RGB (Red+Green+Blue) = 169+3+103=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A90367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90367 is #56FC98. Grayscale: #3F3F3F. Windows color (decimal): -5700761 or 6751145. OLE color: 6751145.
HSL color Cylindrical-coordinate representation of color #A90367: hue angle of 323.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90367 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.34 |
| HSL | 323.86º | 0.97% | 0.34% | - |
| HSV(B) | 323.86º | 0.98% | 0.66% | - |
| XYZ | 18.84 | 9.48 | 13.67 | - |
| YUV | 64.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 103 | 0 | 0.98 | 0.39 | 0.34 | 323.86 | 0.97 | 0.34 |
| Hex | A9 | 3 | 67 | 0 | 62 | 27 | 22 | 144 | 61 | 22 |
| Octal | 251 | 3 | 147 | 0 | 142 | 47 | 42 | 504 | 141 | 42 |
| Binary | 10101001 | 11 | 1100111 | 0 | 1100010 | 100111 | 100010 | 101000100 | 1100001 | 100010 |
Color Harmonies of #A90367
Complementary color
Monochromatic Colors of #A90367
Black with #A90367
Text Example
Text Example
White with #A90367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90367; }
p { color: rgb(169,3,103); }
H1.HeaderClassName
{
color: #A90367;
}
.AnyTagClassName
{
color: #A90367;
}
</style>
background-color css
<style>
a { background-color: #A90367; }
a { background-color: rgb(169,3,103); }
div.DivClassName
{
background-color: #A90367;
}
.BgClassName
{
background-color: #A90367;
}
</style>
border-color css
<style>
span { border-color: #A90367; }
span { border-color: rgb(169,3,103); }
td.TdClassName
{
border-color: #A90367;
}
.TagClassName
{
border-color: #A90367;
}
</style>