Shades of Jazzberry Jam #A3186E
Tints of Jazzberry Jam #A3186E
RGB
CMYK
RGB Variations
Color information
#A3186E (or 0xA3186E) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 6E. RGB value is (163,24,110). Sum of RGB (Red+Green+Blue) = 163+24+110=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A3186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3186E is #5CE791. Grayscale: #4B4B4B. Windows color (decimal): -6088594 or 7215267. OLE color: 7215267.
HSL color Cylindrical-coordinate representation of color #A3186E: hue angle of 322.88º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3186E is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 110 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.36 |
| HSL | 322.88º | 0.74% | 0.37% | - |
| HSV(B) | 322.88º | 0.85% | 0.64% | - |
| XYZ | 18.25 | 9.57 | 15.64 | - |
| YUV | 75.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 110 | 0 | 0.85 | 0.33 | 0.36 | 322.88 | 0.74 | 0.37 |
| Hex | A3 | 18 | 6E | 0 | 55 | 21 | 24 | 143 | 4A | 25 |
| Octal | 243 | 30 | 156 | 0 | 125 | 41 | 44 | 503 | 112 | 45 |
| Binary | 10100011 | 11000 | 1101110 | 0 | 1010101 | 100001 | 100100 | 101000011 | 1001010 | 100101 |
Color Harmonies of #A3186E
Complementary color
Monochromatic Colors of #A3186E
Black with #A3186E
Text Example
Text Example
White with #A3186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3186E; }
p { color: rgb(163,24,110); }
H1.HeaderClassName
{
color: #A3186E;
}
.AnyTagClassName
{
color: #A3186E;
}
</style>
background-color css
<style>
a { background-color: #A3186E; }
a { background-color: rgb(163,24,110); }
div.DivClassName
{
background-color: #A3186E;
}
.BgClassName
{
background-color: #A3186E;
}
</style>
border-color css
<style>
span { border-color: #A3186E; }
span { border-color: rgb(163,24,110); }
td.TdClassName
{
border-color: #A3186E;
}
.TagClassName
{
border-color: #A3186E;
}
</style>