Shades of Jazzberry Jam #A3054B
Tints of Jazzberry Jam #A3054B
RGB
CMYK
RGB Variations
Color information
#A3054B (or 0xA3054B) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 4B. RGB value is (163,5,75). Sum of RGB (Red+Green+Blue) = 163+5+75=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3054B is #5CFAB4. Grayscale: #3C3C3C. Windows color (decimal): -6093493 or 4916643. OLE color: 4916643.
HSL color Cylindrical-coordinate representation of color #A3054B: hue angle of 333.42º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3054B is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 75 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.36 |
| HSL | 333.42º | 0.94% | 0.33% | - |
| HSV(B) | 333.42º | 0.97% | 0.64% | - |
| XYZ | 16.43 | 8.4 | 7.41 | - |
| YUV | 60.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 75 | 0 | 0.97 | 0.54 | 0.36 | 333.42 | 0.94 | 0.33 |
| Hex | A3 | 5 | 4B | 0 | 61 | 36 | 24 | 14D | 5E | 21 |
| Octal | 243 | 5 | 113 | 0 | 141 | 66 | 44 | 515 | 136 | 41 |
| Binary | 10100011 | 101 | 1001011 | 0 | 1100001 | 110110 | 100100 | 101001101 | 1011110 | 100001 |
Color Harmonies of #A3054B
Complementary color
Monochromatic Colors of #A3054B
Black with #A3054B
Text Example
Text Example
White with #A3054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3054B; }
p { color: rgb(163,5,75); }
H1.HeaderClassName
{
color: #A3054B;
}
.AnyTagClassName
{
color: #A3054B;
}
</style>
background-color css
<style>
a { background-color: #A3054B; }
a { background-color: rgb(163,5,75); }
div.DivClassName
{
background-color: #A3054B;
}
.BgClassName
{
background-color: #A3054B;
}
</style>
border-color css
<style>
span { border-color: #A3054B; }
span { border-color: rgb(163,5,75); }
td.TdClassName
{
border-color: #A3054B;
}
.TagClassName
{
border-color: #A3054B;
}
</style>