Shades of Jazzberry Jam #A1084A
Tints of Jazzberry Jam #A1084A
RGB
CMYK
RGB Variations
Color information
#A1084A (or 0xA1084A) is known color: Jazzberry Jam. HEX triplet: A1, 08 and 4A. RGB value is (161,8,74). Sum of RGB (Red+Green+Blue) = 161+8+74=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1084A is #5EF7B5. Grayscale: #3D3D3D. Windows color (decimal): -6223798 or 4851873. OLE color: 4851873.
HSL color Cylindrical-coordinate representation of color #A1084A: hue angle of 334.12º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1084A is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.37 |
| HSL | 334.12º | 0.91% | 0.33% | - |
| HSV(B) | 334.12º | 0.95% | 0.63% | - |
| XYZ | 16.02 | 8.25 | 7.23 | - |
| YUV | 61.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 74 | 0 | 0.95 | 0.54 | 0.37 | 334.12 | 0.91 | 0.33 |
| Hex | A1 | 8 | 4A | 0 | 5F | 36 | 25 | 14E | 5B | 21 |
| Octal | 241 | 10 | 112 | 0 | 137 | 66 | 45 | 516 | 133 | 41 |
| Binary | 10100001 | 1000 | 1001010 | 0 | 1011111 | 110110 | 100101 | 101001110 | 1011011 | 100001 |
Color Harmonies of #A1084A
Complementary color
Monochromatic Colors of #A1084A
Black with #A1084A
Text Example
Text Example
White with #A1084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1084A; }
p { color: rgb(161,8,74); }
H1.HeaderClassName
{
color: #A1084A;
}
.AnyTagClassName
{
color: #A1084A;
}
</style>
background-color css
<style>
a { background-color: #A1084A; }
a { background-color: rgb(161,8,74); }
div.DivClassName
{
background-color: #A1084A;
}
.BgClassName
{
background-color: #A1084A;
}
</style>
border-color css
<style>
span { border-color: #A1084A; }
span { border-color: rgb(161,8,74); }
td.TdClassName
{
border-color: #A1084A;
}
.TagClassName
{
border-color: #A1084A;
}
</style>