Shades of Jazzberry Jam #AB105A
Tints of Jazzberry Jam #AB105A
RGB
CMYK
RGB Variations
Color information
#AB105A (or 0xAB105A) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 5A. RGB value is (171,16,90). Sum of RGB (Red+Green+Blue) = 171+16+90=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB105A is #54EFA5. Grayscale: #464646. Windows color (decimal): -5566374 or 5902507. OLE color: 5902507.
HSL color Cylindrical-coordinate representation of color #AB105A: hue angle of 331.35º 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 #AB105A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 90 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.33 |
| HSL | 331.35º | 0.83% | 0.37% | - |
| HSV(B) | 331.35º | 0.91% | 0.67% | - |
| XYZ | 18.83 | 9.77 | 10.57 | - |
| YUV | 70.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 90 | 0 | 0.91 | 0.47 | 0.33 | 331.35 | 0.83 | 0.37 |
| Hex | AB | 10 | 5A | 0 | 5B | 2F | 21 | 14B | 53 | 25 |
| Octal | 253 | 20 | 132 | 0 | 133 | 57 | 41 | 513 | 123 | 45 |
| Binary | 10101011 | 10000 | 1011010 | 0 | 1011011 | 101111 | 100001 | 101001011 | 1010011 | 100101 |
Color Harmonies of #AB105A
Complementary color
Monochromatic Colors of #AB105A
Black with #AB105A
Text Example
Text Example
White with #AB105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB105A; }
p { color: rgb(171,16,90); }
H1.HeaderClassName
{
color: #AB105A;
}
.AnyTagClassName
{
color: #AB105A;
}
</style>
background-color css
<style>
a { background-color: #AB105A; }
a { background-color: rgb(171,16,90); }
div.DivClassName
{
background-color: #AB105A;
}
.BgClassName
{
background-color: #AB105A;
}
</style>
border-color css
<style>
span { border-color: #AB105A; }
span { border-color: rgb(171,16,90); }
td.TdClassName
{
border-color: #AB105A;
}
.TagClassName
{
border-color: #AB105A;
}
</style>