Shades of Jazzberry Jam #A3206E
Tints of Jazzberry Jam #A3206E
RGB
CMYK
RGB Variations
Color information
#A3206E (or 0xA3206E) is known color: Jazzberry Jam. HEX triplet: A3, 20 and 6E. RGB value is (163,32,110). Sum of RGB (Red+Green+Blue) = 163+32+110=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3206E is #5CDF91. Grayscale: #4F4F4F. Windows color (decimal): -6086546 or 7217315. OLE color: 7217315.
HSL color Cylindrical-coordinate representation of color #A3206E: hue angle of 324.27º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3206E is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 110 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.36 |
| HSL | 324.27º | 0.67% | 0.38% | - |
| HSV(B) | 324.27º | 0.8% | 0.64% | - |
| XYZ | 18.44 | 9.95 | 15.7 | - |
| YUV | 80.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 110 | 0 | 0.80 | 0.33 | 0.36 | 324.27 | 0.67 | 0.38 |
| Hex | A3 | 20 | 6E | 0 | 50 | 21 | 24 | 144 | 43 | 26 |
| Octal | 243 | 40 | 156 | 0 | 120 | 41 | 44 | 504 | 103 | 46 |
| Binary | 10100011 | 100000 | 1101110 | 0 | 1010000 | 100001 | 100100 | 101000100 | 1000011 | 100110 |
Color Harmonies of #A3206E
Complementary color
Monochromatic Colors of #A3206E
Black with #A3206E
Text Example
Text Example
White with #A3206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3206E; }
p { color: rgb(163,32,110); }
H1.HeaderClassName
{
color: #A3206E;
}
.AnyTagClassName
{
color: #A3206E;
}
</style>
background-color css
<style>
a { background-color: #A3206E; }
a { background-color: rgb(163,32,110); }
div.DivClassName
{
background-color: #A3206E;
}
.BgClassName
{
background-color: #A3206E;
}
</style>
border-color css
<style>
span { border-color: #A3206E; }
span { border-color: rgb(163,32,110); }
td.TdClassName
{
border-color: #A3206E;
}
.TagClassName
{
border-color: #A3206E;
}
</style>