Shades of Jazzberry Jam #A4125B
Tints of Jazzberry Jam #A4125B
RGB
CMYK
RGB Variations
Color information
#A4125B (or 0xA4125B) is known color: Jazzberry Jam. HEX triplet: A4, 12 and 5B. RGB value is (164,18,91). Sum of RGB (Red+Green+Blue) = 164+18+91=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4125B is #5BEDA4. Grayscale: #454545. Windows color (decimal): -6024613 or 5968548. OLE color: 5968548.
HSL color Cylindrical-coordinate representation of color #A4125B: hue angle of 330º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4125B is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 91 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.36 |
| HSL | 330º | 0.8% | 0.36% | - |
| HSV(B) | 330º | 0.89% | 0.64% | - |
| XYZ | 17.41 | 9.08 | 10.73 | - |
| YUV | 69.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 91 | 0 | 0.89 | 0.45 | 0.36 | 330 | 0.8 | 0.36 |
| Hex | A4 | 12 | 5B | 0 | 59 | 2D | 24 | 14A | 50 | 24 |
| Octal | 244 | 22 | 133 | 0 | 131 | 55 | 44 | 512 | 120 | 44 |
| Binary | 10100100 | 10010 | 1011011 | 0 | 1011001 | 101101 | 100100 | 101001010 | 1010000 | 100100 |
Color Harmonies of #A4125B
Complementary color
Monochromatic Colors of #A4125B
Black with #A4125B
Text Example
Text Example
White with #A4125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4125B; }
p { color: rgb(164,18,91); }
H1.HeaderClassName
{
color: #A4125B;
}
.AnyTagClassName
{
color: #A4125B;
}
</style>
background-color css
<style>
a { background-color: #A4125B; }
a { background-color: rgb(164,18,91); }
div.DivClassName
{
background-color: #A4125B;
}
.BgClassName
{
background-color: #A4125B;
}
</style>
border-color css
<style>
span { border-color: #A4125B; }
span { border-color: rgb(164,18,91); }
td.TdClassName
{
border-color: #A4125B;
}
.TagClassName
{
border-color: #A4125B;
}
</style>