Shades of Jazzberry Jam #AB005A
Tints of Jazzberry Jam #AB005A
RGB
CMYK
RGB Variations
Color information
#AB005A (or 0xAB005A) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 5A. RGB value is (171,0,90). Sum of RGB (Red+Green+Blue) = 171+0+90=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB005A is #54FFA5. Grayscale: #3D3D3D. Windows color (decimal): -5570470 or 5898411. OLE color: 5898411.
HSL color Cylindrical-coordinate representation of color #AB005A: hue angle of 328.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB005A is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.47 | 0.33 |
| HSL | 328.42º | 1% | 0.34% | - |
| HSV(B) | 328.42º | 1% | 0.67% | - |
| XYZ | 18.64 | 9.4 | 10.5 | - |
| YUV | 61.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 90 | 0 | 1 | 0.47 | 0.33 | 328.42 | 1 | 0.34 |
| Hex | AB | 0 | 5A | 0 | 64 | 2F | 21 | 148 | 64 | 22 |
| Octal | 253 | 0 | 132 | 0 | 144 | 57 | 41 | 510 | 144 | 42 |
| Binary | 10101011 | 0 | 1011010 | 0 | 1100100 | 101111 | 100001 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AB005A
Complementary color
Monochromatic Colors of #AB005A
Black with #AB005A
Text Example
Text Example
White with #AB005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB005A; }
p { color: rgb(171,0,90); }
H1.HeaderClassName
{
color: #AB005A;
}
.AnyTagClassName
{
color: #AB005A;
}
</style>
background-color css
<style>
a { background-color: #AB005A; }
a { background-color: rgb(171,0,90); }
div.DivClassName
{
background-color: #AB005A;
}
.BgClassName
{
background-color: #AB005A;
}
</style>
border-color css
<style>
span { border-color: #AB005A; }
span { border-color: rgb(171,0,90); }
td.TdClassName
{
border-color: #AB005A;
}
.TagClassName
{
border-color: #AB005A;
}
</style>