Shades of Jazzberry Jam #A8205F
Tints of Jazzberry Jam #A8205F
RGB
CMYK
RGB Variations
Color information
#A8205F (or 0xA8205F) is known color: Jazzberry Jam. HEX triplet: A8, 20 and 5F. RGB value is (168,32,95). Sum of RGB (Red+Green+Blue) = 168+32+95=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8205F is #57DFA0. Grayscale: #4F4F4F. Windows color (decimal): -5758881 or 6234280. OLE color: 6234280.
HSL color Cylindrical-coordinate representation of color #A8205F: hue angle of 332.21º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8205F is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 95 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.34 |
| HSL | 332.21º | 0.68% | 0.39% | - |
| HSV(B) | 332.21º | 0.81% | 0.66% | - |
| XYZ | 18.73 | 10.18 | 11.8 | - |
| YUV | 79.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 95 | 0 | 0.81 | 0.43 | 0.34 | 332.21 | 0.68 | 0.39 |
| Hex | A8 | 20 | 5F | 0 | 51 | 2B | 22 | 14C | 44 | 27 |
| Octal | 250 | 40 | 137 | 0 | 121 | 53 | 42 | 514 | 104 | 47 |
| Binary | 10101000 | 100000 | 1011111 | 0 | 1010001 | 101011 | 100010 | 101001100 | 1000100 | 100111 |
Color Harmonies of #A8205F
Complementary color
Monochromatic Colors of #A8205F
Black with #A8205F
Text Example
Text Example
White with #A8205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8205F; }
p { color: rgb(168,32,95); }
H1.HeaderClassName
{
color: #A8205F;
}
.AnyTagClassName
{
color: #A8205F;
}
</style>
background-color css
<style>
a { background-color: #A8205F; }
a { background-color: rgb(168,32,95); }
div.DivClassName
{
background-color: #A8205F;
}
.BgClassName
{
background-color: #A8205F;
}
</style>
border-color css
<style>
span { border-color: #A8205F; }
span { border-color: rgb(168,32,95); }
td.TdClassName
{
border-color: #A8205F;
}
.TagClassName
{
border-color: #A8205F;
}
</style>