Shades of Jazzberry Jam #AB063E
Tints of Jazzberry Jam #AB063E
RGB
CMYK
RGB Variations
Color information
#AB063E (or 0xAB063E) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 3E. RGB value is (171,6,62). Sum of RGB (Red+Green+Blue) = 171+6+62=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB063E is #54F9C1. Grayscale: #3D3D3D. Windows color (decimal): -5568962 or 4064939. OLE color: 4064939.
HSL color Cylindrical-coordinate representation of color #AB063E: hue angle of 339.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB063E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 62 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.33 |
| HSL | 339.64º | 0.93% | 0.35% | - |
| HSV(B) | 339.64º | 0.96% | 0.67% | - |
| XYZ | 17.73 | 9.14 | 5.39 | - |
| YUV | 61.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 62 | 0 | 0.96 | 0.64 | 0.33 | 339.64 | 0.93 | 0.35 |
| Hex | AB | 6 | 3E | 0 | 60 | 40 | 21 | 154 | 5D | 23 |
| Octal | 253 | 6 | 76 | 0 | 140 | 100 | 41 | 524 | 135 | 43 |
| Binary | 10101011 | 110 | 111110 | 0 | 1100000 | 1000000 | 100001 | 101010100 | 1011101 | 100011 |
Color Harmonies of #AB063E
Complementary color
Monochromatic Colors of #AB063E
Black with #AB063E
Text Example
Text Example
White with #AB063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB063E; }
p { color: rgb(171,6,62); }
H1.HeaderClassName
{
color: #AB063E;
}
.AnyTagClassName
{
color: #AB063E;
}
</style>
background-color css
<style>
a { background-color: #AB063E; }
a { background-color: rgb(171,6,62); }
div.DivClassName
{
background-color: #AB063E;
}
.BgClassName
{
background-color: #AB063E;
}
</style>
border-color css
<style>
span { border-color: #AB063E; }
span { border-color: rgb(171,6,62); }
td.TdClassName
{
border-color: #AB063E;
}
.TagClassName
{
border-color: #AB063E;
}
</style>