Shades of Jazzberry Jam #A30452
Tints of Jazzberry Jam #A30452
RGB
CMYK
RGB Variations
Color information
#A30452 (or 0xA30452) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 52. RGB value is (163,4,82). Sum of RGB (Red+Green+Blue) = 163+4+82=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A30452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30452 is #5CFBAD. Grayscale: #3C3C3C. Windows color (decimal): -6093742 or 5375139. OLE color: 5375139.
HSL color Cylindrical-coordinate representation of color #A30452: hue angle of 330.57º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30452 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.36 |
| HSL | 330.57º | 0.95% | 0.33% | - |
| HSV(B) | 330.57º | 0.98% | 0.64% | - |
| XYZ | 16.67 | 8.48 | 8.74 | - |
| YUV | 60.43 | 140.18 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 82 | 0 | 0.98 | 0.50 | 0.36 | 330.57 | 0.95 | 0.33 |
| Hex | A3 | 4 | 52 | 0 | 62 | 32 | 24 | 14B | 5F | 21 |
| Octal | 243 | 4 | 122 | 0 | 142 | 62 | 44 | 513 | 137 | 41 |
| Binary | 10100011 | 100 | 1010010 | 0 | 1100010 | 110010 | 100100 | 101001011 | 1011111 | 100001 |
Color Harmonies of #A30452
Complementary color
Monochromatic Colors of #A30452
Black with #A30452
Text Example
Text Example
White with #A30452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30452; }
p { color: rgb(163,4,82); }
H1.HeaderClassName
{
color: #A30452;
}
.AnyTagClassName
{
color: #A30452;
}
</style>
background-color css
<style>
a { background-color: #A30452; }
a { background-color: rgb(163,4,82); }
div.DivClassName
{
background-color: #A30452;
}
.BgClassName
{
background-color: #A30452;
}
</style>
border-color css
<style>
span { border-color: #A30452; }
span { border-color: rgb(163,4,82); }
td.TdClassName
{
border-color: #A30452;
}
.TagClassName
{
border-color: #A30452;
}
</style>