Shades of Jazzberry Jam #A61A6D
Tints of Jazzberry Jam #A61A6D
RGB
CMYK
RGB Variations
Color information
#A61A6D (or 0xA61A6D) is known color: Jazzberry Jam. HEX triplet: A6, 1A and 6D. RGB value is (166,26,109). Sum of RGB (Red+Green+Blue) = 166+26+109=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A6D is #59E592. Grayscale: #4D4D4D. Windows color (decimal): -5891475 or 7150246. OLE color: 7150246.
HSL color Cylindrical-coordinate representation of color #A61A6D: hue angle of 324.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A6D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 109 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.35 |
| HSL | 324.43º | 0.73% | 0.38% | - |
| HSV(B) | 324.43º | 0.84% | 0.65% | - |
| XYZ | 18.86 | 9.95 | 15.39 | - |
| YUV | 77.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 109 | 0 | 0.84 | 0.34 | 0.35 | 324.43 | 0.73 | 0.38 |
| Hex | A6 | 1A | 6D | 0 | 54 | 22 | 23 | 144 | 49 | 26 |
| Octal | 246 | 32 | 155 | 0 | 124 | 42 | 43 | 504 | 111 | 46 |
| Binary | 10100110 | 11010 | 1101101 | 0 | 1010100 | 100010 | 100011 | 101000100 | 1001001 | 100110 |
Color Harmonies of #A61A6D
Complementary color
Monochromatic Colors of #A61A6D
Black with #A61A6D
Text Example
Text Example
White with #A61A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A6D; }
p { color: rgb(166,26,109); }
H1.HeaderClassName
{
color: #A61A6D;
}
.AnyTagClassName
{
color: #A61A6D;
}
</style>
background-color css
<style>
a { background-color: #A61A6D; }
a { background-color: rgb(166,26,109); }
div.DivClassName
{
background-color: #A61A6D;
}
.BgClassName
{
background-color: #A61A6D;
}
</style>
border-color css
<style>
span { border-color: #A61A6D; }
span { border-color: rgb(166,26,109); }
td.TdClassName
{
border-color: #A61A6D;
}
.TagClassName
{
border-color: #A61A6D;
}
</style>