Shades of Jazzberry Jam #A41A69
Tints of Jazzberry Jam #A41A69
RGB
CMYK
RGB Variations
Color information
#A41A69 (or 0xA41A69) is known color: Jazzberry Jam. HEX triplet: A4, 1A and 69. RGB value is (164,26,105). Sum of RGB (Red+Green+Blue) = 164+26+105=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A69 is #5BE596. Grayscale: #4C4C4C. Windows color (decimal): -6022551 or 6888100. OLE color: 6888100.
HSL color Cylindrical-coordinate representation of color #A41A69: hue angle of 325.65º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A69 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 105 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.36 |
| HSL | 325.65º | 0.73% | 0.37% | - |
| HSV(B) | 325.65º | 0.84% | 0.64% | - |
| XYZ | 18.23 | 9.65 | 14.27 | - |
| YUV | 76.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 105 | 0 | 0.84 | 0.36 | 0.36 | 325.65 | 0.73 | 0.37 |
| Hex | A4 | 1A | 69 | 0 | 54 | 24 | 24 | 146 | 49 | 25 |
| Octal | 244 | 32 | 151 | 0 | 124 | 44 | 44 | 506 | 111 | 45 |
| Binary | 10100100 | 11010 | 1101001 | 0 | 1010100 | 100100 | 100100 | 101000110 | 1001001 | 100101 |
Color Harmonies of #A41A69
Complementary color
Monochromatic Colors of #A41A69
Black with #A41A69
Text Example
Text Example
White with #A41A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A69; }
p { color: rgb(164,26,105); }
H1.HeaderClassName
{
color: #A41A69;
}
.AnyTagClassName
{
color: #A41A69;
}
</style>
background-color css
<style>
a { background-color: #A41A69; }
a { background-color: rgb(164,26,105); }
div.DivClassName
{
background-color: #A41A69;
}
.BgClassName
{
background-color: #A41A69;
}
</style>
border-color css
<style>
span { border-color: #A41A69; }
span { border-color: rgb(164,26,105); }
td.TdClassName
{
border-color: #A41A69;
}
.TagClassName
{
border-color: #A41A69;
}
</style>