Shades of Jazzberry Jam #A8085D
Tints of Jazzberry Jam #A8085D
RGB
CMYK
RGB Variations
Color information
#A8085D (or 0xA8085D) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 5D. RGB value is (168,8,93). Sum of RGB (Red+Green+Blue) = 168+8+93=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8085D is #57F7A2. Grayscale: #414141. Windows color (decimal): -5765027 or 6097064. OLE color: 6097064.
HSL color Cylindrical-coordinate representation of color #A8085D: hue angle of 328.12º 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 #A8085D is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 93 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.34 |
| HSL | 328.13º | 0.91% | 0.35% | - |
| HSV(B) | 328.13º | 0.95% | 0.66% | - |
| XYZ | 18.21 | 9.29 | 11.19 | - |
| YUV | 65.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 93 | 0 | 0.95 | 0.45 | 0.34 | 328.13 | 0.91 | 0.35 |
| Hex | A8 | 8 | 5D | 0 | 5F | 2D | 22 | 148 | 5B | 23 |
| Octal | 250 | 10 | 135 | 0 | 137 | 55 | 42 | 510 | 133 | 43 |
| Binary | 10101000 | 1000 | 1011101 | 0 | 1011111 | 101101 | 100010 | 101001000 | 1011011 | 100011 |
Color Harmonies of #A8085D
Complementary color
Monochromatic Colors of #A8085D
Black with #A8085D
Text Example
Text Example
White with #A8085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8085D; }
p { color: rgb(168,8,93); }
H1.HeaderClassName
{
color: #A8085D;
}
.AnyTagClassName
{
color: #A8085D;
}
</style>
background-color css
<style>
a { background-color: #A8085D; }
a { background-color: rgb(168,8,93); }
div.DivClassName
{
background-color: #A8085D;
}
.BgClassName
{
background-color: #A8085D;
}
</style>
border-color css
<style>
span { border-color: #A8085D; }
span { border-color: rgb(168,8,93); }
td.TdClassName
{
border-color: #A8085D;
}
.TagClassName
{
border-color: #A8085D;
}
</style>