Shades of Jazzberry Jam #AB105D
Tints of Jazzberry Jam #AB105D
RGB
CMYK
RGB Variations
Color information
#AB105D (or 0xAB105D) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 5D. RGB value is (171,16,93). Sum of RGB (Red+Green+Blue) = 171+16+93=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB105D is #54EFA2. Grayscale: #464646. Windows color (decimal): -5566371 or 6099115. OLE color: 6099115.
HSL color Cylindrical-coordinate representation of color #AB105D: hue angle of 330.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB105D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 93 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.33 |
| HSL | 330.19º | 0.83% | 0.37% | - |
| HSV(B) | 330.19º | 0.91% | 0.67% | - |
| XYZ | 18.96 | 9.82 | 11.25 | - |
| YUV | 71.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 93 | 0 | 0.91 | 0.46 | 0.33 | 330.19 | 0.83 | 0.37 |
| Hex | AB | 10 | 5D | 0 | 5B | 2E | 21 | 14A | 53 | 25 |
| Octal | 253 | 20 | 135 | 0 | 133 | 56 | 41 | 512 | 123 | 45 |
| Binary | 10101011 | 10000 | 1011101 | 0 | 1011011 | 101110 | 100001 | 101001010 | 1010011 | 100101 |
Color Harmonies of #AB105D
Complementary color
Monochromatic Colors of #AB105D
Black with #AB105D
Text Example
Text Example
White with #AB105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB105D; }
p { color: rgb(171,16,93); }
H1.HeaderClassName
{
color: #AB105D;
}
.AnyTagClassName
{
color: #AB105D;
}
</style>
background-color css
<style>
a { background-color: #AB105D; }
a { background-color: rgb(171,16,93); }
div.DivClassName
{
background-color: #AB105D;
}
.BgClassName
{
background-color: #AB105D;
}
</style>
border-color css
<style>
span { border-color: #AB105D; }
span { border-color: rgb(171,16,93); }
td.TdClassName
{
border-color: #AB105D;
}
.TagClassName
{
border-color: #AB105D;
}
</style>