Shades of Jazzberry Jam #A40252
Tints of Jazzberry Jam #A40252
RGB
CMYK
RGB Variations
Color information
#A40252 (or 0xA40252) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 52. RGB value is (164,2,82). Sum of RGB (Red+Green+Blue) = 164+2+82=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A40252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40252 is #5BFDAD. Grayscale: #3B3B3B. Windows color (decimal): -6028718 or 5374628. OLE color: 5374628.
HSL color Cylindrical-coordinate representation of color #A40252: hue angle of 330.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40252 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.36 |
| HSL | 330.37º | 0.98% | 0.33% | - |
| HSV(B) | 330.37º | 0.99% | 0.64% | - |
| XYZ | 16.85 | 8.55 | 8.74 | - |
| YUV | 59.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 82 | 0 | 0.99 | 0.5 | 0.36 | 330.37 | 0.98 | 0.33 |
| Hex | A4 | 2 | 52 | 0 | 63 | 32 | 24 | 14A | 62 | 21 |
| Octal | 244 | 2 | 122 | 0 | 143 | 62 | 44 | 512 | 142 | 41 |
| Binary | 10100100 | 10 | 1010010 | 0 | 1100011 | 110010 | 100100 | 101001010 | 1100010 | 100001 |
Color Harmonies of #A40252
Complementary color
Monochromatic Colors of #A40252
Black with #A40252
Text Example
Text Example
White with #A40252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40252; }
p { color: rgb(164,2,82); }
H1.HeaderClassName
{
color: #A40252;
}
.AnyTagClassName
{
color: #A40252;
}
</style>
background-color css
<style>
a { background-color: #A40252; }
a { background-color: rgb(164,2,82); }
div.DivClassName
{
background-color: #A40252;
}
.BgClassName
{
background-color: #A40252;
}
</style>
border-color css
<style>
span { border-color: #A40252; }
span { border-color: rgb(164,2,82); }
td.TdClassName
{
border-color: #A40252;
}
.TagClassName
{
border-color: #A40252;
}
</style>