Shades of Jazzberry Jam #A62567
Tints of Jazzberry Jam #A62567
RGB
CMYK
RGB Variations
Color information
#A62567 (or 0xA62567) is known color: Jazzberry Jam. HEX triplet: A6, 25 and 67. RGB value is (166,37,103). Sum of RGB (Red+Green+Blue) = 166+37+103=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A62567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62567 is #59DA98. Grayscale: #525252. Windows color (decimal): -5888665 or 6759846. OLE color: 6759846.
HSL color Cylindrical-coordinate representation of color #A62567: hue angle of 329.3º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62567 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 103 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.35 |
| HSL | 329.3º | 0.64% | 0.4% | - |
| HSV(B) | 329.3º | 0.78% | 0.65% | - |
| XYZ | 18.84 | 10.41 | 13.85 | - |
| YUV | 83.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 103 | 0 | 0.78 | 0.38 | 0.35 | 329.3 | 0.64 | 0.4 |
| Hex | A6 | 25 | 67 | 0 | 4E | 26 | 23 | 149 | 40 | 28 |
| Octal | 246 | 45 | 147 | 0 | 116 | 46 | 43 | 511 | 100 | 50 |
| Binary | 10100110 | 100101 | 1100111 | 0 | 1001110 | 100110 | 100011 | 101001001 | 1000000 | 101000 |
Color Harmonies of #A62567
Complementary color
Monochromatic Colors of #A62567
Black with #A62567
Text Example
Text Example
White with #A62567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62567; }
p { color: rgb(166,37,103); }
H1.HeaderClassName
{
color: #A62567;
}
.AnyTagClassName
{
color: #A62567;
}
</style>
background-color css
<style>
a { background-color: #A62567; }
a { background-color: rgb(166,37,103); }
div.DivClassName
{
background-color: #A62567;
}
.BgClassName
{
background-color: #A62567;
}
</style>
border-color css
<style>
span { border-color: #A62567; }
span { border-color: rgb(166,37,103); }
td.TdClassName
{
border-color: #A62567;
}
.TagClassName
{
border-color: #A62567;
}
</style>