Shades of Jazzberry Jam #A90168
Tints of Jazzberry Jam #A90168
RGB
CMYK
RGB Variations
Color information
#A90168 (or 0xA90168) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 68. RGB value is (169,1,104). Sum of RGB (Red+Green+Blue) = 169+1+104=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A90168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90168 is #56FE97. Grayscale: #3E3E3E. Windows color (decimal): -5701272 or 6816169. OLE color: 6816169.
HSL color Cylindrical-coordinate representation of color #A90168: hue angle of 323.21º 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 #A90168 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.34 |
| HSL | 323.21º | 0.99% | 0.33% | - |
| HSV(B) | 323.21º | 0.99% | 0.66% | - |
| XYZ | 18.87 | 9.46 | 13.93 | - |
| YUV | 62.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 104 | 0 | 0.99 | 0.38 | 0.34 | 323.21 | 0.99 | 0.33 |
| Hex | A9 | 1 | 68 | 0 | 63 | 26 | 22 | 143 | 63 | 21 |
| Octal | 251 | 1 | 150 | 0 | 143 | 46 | 42 | 503 | 143 | 41 |
| Binary | 10101001 | 1 | 1101000 | 0 | 1100011 | 100110 | 100010 | 101000011 | 1100011 | 100001 |
Color Harmonies of #A90168
Complementary color
Monochromatic Colors of #A90168
Black with #A90168
Text Example
Text Example
White with #A90168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90168; }
p { color: rgb(169,1,104); }
H1.HeaderClassName
{
color: #A90168;
}
.AnyTagClassName
{
color: #A90168;
}
</style>
background-color css
<style>
a { background-color: #A90168; }
a { background-color: rgb(169,1,104); }
div.DivClassName
{
background-color: #A90168;
}
.BgClassName
{
background-color: #A90168;
}
</style>
border-color css
<style>
span { border-color: #A90168; }
span { border-color: rgb(169,1,104); }
td.TdClassName
{
border-color: #A90168;
}
.TagClassName
{
border-color: #A90168;
}
</style>