Shades of Jazzberry Jam #A40262
Tints of Jazzberry Jam #A40262
RGB
CMYK
RGB Variations
Color information
#A40262 (or 0xA40262) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 62. RGB value is (164,2,98). Sum of RGB (Red+Green+Blue) = 164+2+98=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A40262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40262 is #5BFD9D. Grayscale: #3D3D3D. Windows color (decimal): -6028702 or 6423204. OLE color: 6423204.
HSL color Cylindrical-coordinate representation of color #A40262: hue angle of 324.44º 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 #A40262 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.36 |
| HSL | 324.44º | 0.98% | 0.33% | - |
| HSV(B) | 324.44º | 0.99% | 0.64% | - |
| XYZ | 17.54 | 8.82 | 12.33 | - |
| YUV | 61.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 98 | 0 | 0.99 | 0.40 | 0.36 | 324.44 | 0.98 | 0.33 |
| Hex | A4 | 2 | 62 | 0 | 63 | 28 | 24 | 144 | 62 | 21 |
| Octal | 244 | 2 | 142 | 0 | 143 | 50 | 44 | 504 | 142 | 41 |
| Binary | 10100100 | 10 | 1100010 | 0 | 1100011 | 101000 | 100100 | 101000100 | 1100010 | 100001 |
Color Harmonies of #A40262
Complementary color
Monochromatic Colors of #A40262
Black with #A40262
Text Example
Text Example
White with #A40262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40262; }
p { color: rgb(164,2,98); }
H1.HeaderClassName
{
color: #A40262;
}
.AnyTagClassName
{
color: #A40262;
}
</style>
background-color css
<style>
a { background-color: #A40262; }
a { background-color: rgb(164,2,98); }
div.DivClassName
{
background-color: #A40262;
}
.BgClassName
{
background-color: #A40262;
}
</style>
border-color css
<style>
span { border-color: #A40262; }
span { border-color: rgb(164,2,98); }
td.TdClassName
{
border-color: #A40262;
}
.TagClassName
{
border-color: #A40262;
}
</style>