Shades of Jazzberry Jam #A01A6B
Tints of Jazzberry Jam #A01A6B
RGB
CMYK
RGB Variations
Color information
#A01A6B (or 0xA01A6B) is known color: Jazzberry Jam. HEX triplet: A0, 1A and 6B. RGB value is (160,26,107). Sum of RGB (Red+Green+Blue) = 160+26+107=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A6B is #5FE594. Grayscale: #4B4B4B. Windows color (decimal): -6284693 or 7019168. OLE color: 7019168.
HSL color Cylindrical-coordinate representation of color #A01A6B: hue angle of 323.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01A6B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 26 | 107 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.37 |
| HSL | 323.73º | 0.72% | 0.36% | - |
| HSV(B) | 323.73º | 0.84% | 0.63% | - |
| XYZ | 17.52 | 9.27 | 14.78 | - |
| YUV | 75.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 107 | 0 | 0.84 | 0.33 | 0.37 | 323.73 | 0.72 | 0.36 |
| Hex | A0 | 1A | 6B | 0 | 54 | 21 | 25 | 144 | 48 | 24 |
| Octal | 240 | 32 | 153 | 0 | 124 | 41 | 45 | 504 | 110 | 44 |
| Binary | 10100000 | 11010 | 1101011 | 0 | 1010100 | 100001 | 100101 | 101000100 | 1001000 | 100100 |
Color Harmonies of #A01A6B
Complementary color
Monochromatic Colors of #A01A6B
Black with #A01A6B
Text Example
Text Example
White with #A01A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01A6B; }
p { color: rgb(160,26,107); }
H1.HeaderClassName
{
color: #A01A6B;
}
.AnyTagClassName
{
color: #A01A6B;
}
</style>
background-color css
<style>
a { background-color: #A01A6B; }
a { background-color: rgb(160,26,107); }
div.DivClassName
{
background-color: #A01A6B;
}
.BgClassName
{
background-color: #A01A6B;
}
</style>
border-color css
<style>
span { border-color: #A01A6B; }
span { border-color: rgb(160,26,107); }
td.TdClassName
{
border-color: #A01A6B;
}
.TagClassName
{
border-color: #A01A6B;
}
</style>