Shades of Jazzberry Jam #A61E6E
Tints of Jazzberry Jam #A61E6E
RGB
CMYK
RGB Variations
Color information
#A61E6E (or 0xA61E6E) is known color: Jazzberry Jam. HEX triplet: A6, 1E and 6E. RGB value is (166,30,110). Sum of RGB (Red+Green+Blue) = 166+30+110=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E6E is #59E191. Grayscale: #4F4F4F. Windows color (decimal): -5890450 or 7216806. OLE color: 7216806.
HSL color Cylindrical-coordinate representation of color #A61E6E: hue angle of 324.71º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E6E is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 110 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.35 |
| HSL | 324.71º | 0.69% | 0.38% | - |
| HSV(B) | 324.71º | 0.82% | 0.65% | - |
| XYZ | 19 | 10.16 | 15.71 | - |
| YUV | 79.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 110 | 0 | 0.82 | 0.34 | 0.35 | 324.71 | 0.69 | 0.38 |
| Hex | A6 | 1E | 6E | 0 | 52 | 22 | 23 | 145 | 45 | 26 |
| Octal | 246 | 36 | 156 | 0 | 122 | 42 | 43 | 505 | 105 | 46 |
| Binary | 10100110 | 11110 | 1101110 | 0 | 1010010 | 100010 | 100011 | 101000101 | 1000101 | 100110 |
Color Harmonies of #A61E6E
Complementary color
Monochromatic Colors of #A61E6E
Black with #A61E6E
Text Example
Text Example
White with #A61E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E6E; }
p { color: rgb(166,30,110); }
H1.HeaderClassName
{
color: #A61E6E;
}
.AnyTagClassName
{
color: #A61E6E;
}
</style>
background-color css
<style>
a { background-color: #A61E6E; }
a { background-color: rgb(166,30,110); }
div.DivClassName
{
background-color: #A61E6E;
}
.BgClassName
{
background-color: #A61E6E;
}
</style>
border-color css
<style>
span { border-color: #A61E6E; }
span { border-color: rgb(166,30,110); }
td.TdClassName
{
border-color: #A61E6E;
}
.TagClassName
{
border-color: #A61E6E;
}
</style>