Shades of Jazzberry Jam #A11468
Tints of Jazzberry Jam #A11468
RGB
CMYK
RGB Variations
Color information
#A11468 (or 0xA11468) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 68. RGB value is (161,20,104). Sum of RGB (Red+Green+Blue) = 161+20+104=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A11468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11468 is #5EEB97. Grayscale: #474747. Windows color (decimal): -6220696 or 6821025. OLE color: 6821025.
HSL color Cylindrical-coordinate representation of color #A11468: hue angle of 324.26º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11468 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 104 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.37 |
| HSL | 324.26º | 0.78% | 0.35% | - |
| HSV(B) | 324.26º | 0.88% | 0.63% | - |
| XYZ | 17.45 | 9.08 | 13.93 | - |
| YUV | 71.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 104 | 0 | 0.88 | 0.35 | 0.37 | 324.26 | 0.78 | 0.35 |
| Hex | A1 | 14 | 68 | 0 | 58 | 23 | 25 | 144 | 4E | 23 |
| Octal | 241 | 24 | 150 | 0 | 130 | 43 | 45 | 504 | 116 | 43 |
| Binary | 10100001 | 10100 | 1101000 | 0 | 1011000 | 100011 | 100101 | 101000100 | 1001110 | 100011 |
Color Harmonies of #A11468
Complementary color
Monochromatic Colors of #A11468
Black with #A11468
Text Example
Text Example
White with #A11468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11468; }
p { color: rgb(161,20,104); }
H1.HeaderClassName
{
color: #A11468;
}
.AnyTagClassName
{
color: #A11468;
}
</style>
background-color css
<style>
a { background-color: #A11468; }
a { background-color: rgb(161,20,104); }
div.DivClassName
{
background-color: #A11468;
}
.BgClassName
{
background-color: #A11468;
}
</style>
border-color css
<style>
span { border-color: #A11468; }
span { border-color: rgb(161,20,104); }
td.TdClassName
{
border-color: #A11468;
}
.TagClassName
{
border-color: #A11468;
}
</style>