Shades of Jazzberry Jam #A30252
Tints of Jazzberry Jam #A30252
RGB
CMYK
RGB Variations
Color information
#A30252 (or 0xA30252) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 52. RGB value is (163,2,82). Sum of RGB (Red+Green+Blue) = 163+2+82=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A30252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30252 is #5CFDAD. Grayscale: #3B3B3B. Windows color (decimal): -6094254 or 5374627. OLE color: 5374627.
HSL color Cylindrical-coordinate representation of color #A30252: hue angle of 330.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30252 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.36 |
| HSL | 330.19º | 0.98% | 0.32% | - |
| HSV(B) | 330.19º | 0.99% | 0.64% | - |
| XYZ | 16.65 | 8.44 | 8.73 | - |
| YUV | 59.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 82 | 0 | 0.99 | 0.50 | 0.36 | 330.19 | 0.98 | 0.32 |
| Hex | A3 | 2 | 52 | 0 | 63 | 32 | 24 | 14A | 62 | 20 |
| Octal | 243 | 2 | 122 | 0 | 143 | 62 | 44 | 512 | 142 | 40 |
| Binary | 10100011 | 10 | 1010010 | 0 | 1100011 | 110010 | 100100 | 101001010 | 1100010 | 100000 |
Color Harmonies of #A30252
Complementary color
Monochromatic Colors of #A30252
Black with #A30252
Text Example
Text Example
White with #A30252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30252; }
p { color: rgb(163,2,82); }
H1.HeaderClassName
{
color: #A30252;
}
.AnyTagClassName
{
color: #A30252;
}
</style>
background-color css
<style>
a { background-color: #A30252; }
a { background-color: rgb(163,2,82); }
div.DivClassName
{
background-color: #A30252;
}
.BgClassName
{
background-color: #A30252;
}
</style>
border-color css
<style>
span { border-color: #A30252; }
span { border-color: rgb(163,2,82); }
td.TdClassName
{
border-color: #A30252;
}
.TagClassName
{
border-color: #A30252;
}
</style>