Shades of Jazzberry Jam #A11A68
Tints of Jazzberry Jam #A11A68
RGB
CMYK
RGB Variations
Color information
#A11A68 (or 0xA11A68) is known color: Jazzberry Jam. HEX triplet: A1, 1A and 68. RGB value is (161,26,104). Sum of RGB (Red+Green+Blue) = 161+26+104=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A68 is #5EE597. Grayscale: #4B4B4B. Windows color (decimal): -6219160 or 6822561. OLE color: 6822561.
HSL color Cylindrical-coordinate representation of color #A11A68: hue angle of 325.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A68 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 104 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.37 |
| HSL | 325.33º | 0.72% | 0.37% | - |
| HSV(B) | 325.33º | 0.84% | 0.63% | - |
| XYZ | 17.57 | 9.32 | 13.97 | - |
| YUV | 75.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 104 | 0 | 0.84 | 0.35 | 0.37 | 325.33 | 0.72 | 0.37 |
| Hex | A1 | 1A | 68 | 0 | 54 | 23 | 25 | 145 | 48 | 25 |
| Octal | 241 | 32 | 150 | 0 | 124 | 43 | 45 | 505 | 110 | 45 |
| Binary | 10100001 | 11010 | 1101000 | 0 | 1010100 | 100011 | 100101 | 101000101 | 1001000 | 100101 |
Color Harmonies of #A11A68
Complementary color
Monochromatic Colors of #A11A68
Black with #A11A68
Text Example
Text Example
White with #A11A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A68; }
p { color: rgb(161,26,104); }
H1.HeaderClassName
{
color: #A11A68;
}
.AnyTagClassName
{
color: #A11A68;
}
</style>
background-color css
<style>
a { background-color: #A11A68; }
a { background-color: rgb(161,26,104); }
div.DivClassName
{
background-color: #A11A68;
}
.BgClassName
{
background-color: #A11A68;
}
</style>
border-color css
<style>
span { border-color: #A11A68; }
span { border-color: rgb(161,26,104); }
td.TdClassName
{
border-color: #A11A68;
}
.TagClassName
{
border-color: #A11A68;
}
</style>