Shades of Jazzberry Jam #A40852
Tints of Jazzberry Jam #A40852
RGB
CMYK
RGB Variations
Color information
#A40852 (or 0xA40852) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 52. RGB value is (164,8,82). Sum of RGB (Red+Green+Blue) = 164+8+82=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A40852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40852 is #5BF7AD. Grayscale: #3E3E3E. Windows color (decimal): -6027182 or 5376164. OLE color: 5376164.
HSL color Cylindrical-coordinate representation of color #A40852: hue angle of 331.54º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40852 is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 82 | - |
| CMYK | 0 | 0.95 | 0.5 | 0.36 |
| HSL | 331.54º | 0.91% | 0.34% | - |
| HSV(B) | 331.54º | 0.95% | 0.64% | - |
| XYZ | 16.92 | 8.68 | 8.77 | - |
| YUV | 63.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 82 | 0 | 0.95 | 0.5 | 0.36 | 331.54 | 0.91 | 0.34 |
| Hex | A4 | 8 | 52 | 0 | 5F | 32 | 24 | 14C | 5B | 22 |
| Octal | 244 | 10 | 122 | 0 | 137 | 62 | 44 | 514 | 133 | 42 |
| Binary | 10100100 | 1000 | 1010010 | 0 | 1011111 | 110010 | 100100 | 101001100 | 1011011 | 100010 |
Color Harmonies of #A40852
Complementary color
Monochromatic Colors of #A40852
Black with #A40852
Text Example
Text Example
White with #A40852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40852; }
p { color: rgb(164,8,82); }
H1.HeaderClassName
{
color: #A40852;
}
.AnyTagClassName
{
color: #A40852;
}
</style>
background-color css
<style>
a { background-color: #A40852; }
a { background-color: rgb(164,8,82); }
div.DivClassName
{
background-color: #A40852;
}
.BgClassName
{
background-color: #A40852;
}
</style>
border-color css
<style>
span { border-color: #A40852; }
span { border-color: rgb(164,8,82); }
td.TdClassName
{
border-color: #A40852;
}
.TagClassName
{
border-color: #A40852;
}
</style>