Shades of Jazzberry Jam #A3085F
Tints of Jazzberry Jam #A3085F
RGB
CMYK
RGB Variations
Color information
#A3085F (or 0xA3085F) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 5F. RGB value is (163,8,95). Sum of RGB (Red+Green+Blue) = 163+8+95=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A3085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3085F is #5CF7A0. Grayscale: #404040. Windows color (decimal): -6092705 or 6228131. OLE color: 6228131.
HSL color Cylindrical-coordinate representation of color #A3085F: hue angle of 326.32º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3085F is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 95 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.36 |
| HSL | 326.32º | 0.91% | 0.34% | - |
| HSV(B) | 326.32º | 0.95% | 0.64% | - |
| XYZ | 17.26 | 8.79 | 11.61 | - |
| YUV | 64.26 | 145.35 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 95 | 0 | 0.95 | 0.42 | 0.36 | 326.32 | 0.91 | 0.34 |
| Hex | A3 | 8 | 5F | 0 | 5F | 2A | 24 | 146 | 5B | 22 |
| Octal | 243 | 10 | 137 | 0 | 137 | 52 | 44 | 506 | 133 | 42 |
| Binary | 10100011 | 1000 | 1011111 | 0 | 1011111 | 101010 | 100100 | 101000110 | 1011011 | 100010 |
Color Harmonies of #A3085F
Complementary color
Monochromatic Colors of #A3085F
Black with #A3085F
Text Example
Text Example
White with #A3085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3085F; }
p { color: rgb(163,8,95); }
H1.HeaderClassName
{
color: #A3085F;
}
.AnyTagClassName
{
color: #A3085F;
}
</style>
background-color css
<style>
a { background-color: #A3085F; }
a { background-color: rgb(163,8,95); }
div.DivClassName
{
background-color: #A3085F;
}
.BgClassName
{
background-color: #A3085F;
}
</style>
border-color css
<style>
span { border-color: #A3085F; }
span { border-color: rgb(163,8,95); }
td.TdClassName
{
border-color: #A3085F;
}
.TagClassName
{
border-color: #A3085F;
}
</style>