Shades of Jazzberry Jam #A6105A
Tints of Jazzberry Jam #A6105A
RGB
CMYK
RGB Variations
Color information
#A6105A (or 0xA6105A) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 5A. RGB value is (166,16,90). Sum of RGB (Red+Green+Blue) = 166+16+90=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A6105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6105A is #59EFA5. Grayscale: #454545. Windows color (decimal): -5894054 or 5902502. OLE color: 5902502.
HSL color Cylindrical-coordinate representation of color #A6105A: hue angle of 330.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6105A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 90 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.35 |
| HSL | 330.4º | 0.82% | 0.36% | - |
| HSV(B) | 330.4º | 0.9% | 0.65% | - |
| XYZ | 17.76 | 9.22 | 10.52 | - |
| YUV | 69.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 90 | 0 | 0.90 | 0.46 | 0.35 | 330.4 | 0.82 | 0.36 |
| Hex | A6 | 10 | 5A | 0 | 5A | 2E | 23 | 14A | 52 | 24 |
| Octal | 246 | 20 | 132 | 0 | 132 | 56 | 43 | 512 | 122 | 44 |
| Binary | 10100110 | 10000 | 1011010 | 0 | 1011010 | 101110 | 100011 | 101001010 | 1010010 | 100100 |
Color Harmonies of #A6105A
Complementary color
Monochromatic Colors of #A6105A
Black with #A6105A
Text Example
Text Example
White with #A6105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6105A; }
p { color: rgb(166,16,90); }
H1.HeaderClassName
{
color: #A6105A;
}
.AnyTagClassName
{
color: #A6105A;
}
</style>
background-color css
<style>
a { background-color: #A6105A; }
a { background-color: rgb(166,16,90); }
div.DivClassName
{
background-color: #A6105A;
}
.BgClassName
{
background-color: #A6105A;
}
</style>
border-color css
<style>
span { border-color: #A6105A; }
span { border-color: rgb(166,16,90); }
td.TdClassName
{
border-color: #A6105A;
}
.TagClassName
{
border-color: #A6105A;
}
</style>