Shades of Jazzberry Jam #A8085A
Tints of Jazzberry Jam #A8085A
RGB
CMYK
RGB Variations
Color information
#A8085A (or 0xA8085A) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 5A. RGB value is (168,8,90). Sum of RGB (Red+Green+Blue) = 168+8+90=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8085A is #57F7A5. Grayscale: #414141. Windows color (decimal): -5765030 or 5900456. OLE color: 5900456.
HSL color Cylindrical-coordinate representation of color #A8085A: hue angle of 329.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8085A is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 90 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.34 |
| HSL | 329.25º | 0.91% | 0.35% | - |
| HSV(B) | 329.25º | 0.95% | 0.66% | - |
| XYZ | 18.08 | 9.24 | 10.5 | - |
| YUV | 65.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 90 | 0 | 0.95 | 0.46 | 0.34 | 329.25 | 0.91 | 0.35 |
| Hex | A8 | 8 | 5A | 0 | 5F | 2E | 22 | 149 | 5B | 23 |
| Octal | 250 | 10 | 132 | 0 | 137 | 56 | 42 | 511 | 133 | 43 |
| Binary | 10101000 | 1000 | 1011010 | 0 | 1011111 | 101110 | 100010 | 101001001 | 1011011 | 100011 |
Color Harmonies of #A8085A
Complementary color
Monochromatic Colors of #A8085A
Black with #A8085A
Text Example
Text Example
White with #A8085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8085A; }
p { color: rgb(168,8,90); }
H1.HeaderClassName
{
color: #A8085A;
}
.AnyTagClassName
{
color: #A8085A;
}
</style>
background-color css
<style>
a { background-color: #A8085A; }
a { background-color: rgb(168,8,90); }
div.DivClassName
{
background-color: #A8085A;
}
.BgClassName
{
background-color: #A8085A;
}
</style>
border-color css
<style>
span { border-color: #A8085A; }
span { border-color: rgb(168,8,90); }
td.TdClassName
{
border-color: #A8085A;
}
.TagClassName
{
border-color: #A8085A;
}
</style>