Shades of Jazzberry Jam #AB095A
Tints of Jazzberry Jam #AB095A
RGB
CMYK
RGB Variations
Color information
#AB095A (or 0xAB095A) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 5A. RGB value is (171,9,90). Sum of RGB (Red+Green+Blue) = 171+9+90=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB095A is #54F6A5. Grayscale: #424242. Windows color (decimal): -5568166 or 5900715. OLE color: 5900715.
HSL color Cylindrical-coordinate representation of color #AB095A: hue angle of 330º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB095A is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.33 |
| HSL | 330º | 0.9% | 0.35% | - |
| HSV(B) | 330º | 0.95% | 0.67% | - |
| XYZ | 18.74 | 9.59 | 10.54 | - |
| YUV | 66.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 90 | 0 | 0.95 | 0.47 | 0.33 | 330 | 0.9 | 0.35 |
| Hex | AB | 9 | 5A | 0 | 5F | 2F | 21 | 14A | 5A | 23 |
| Octal | 253 | 11 | 132 | 0 | 137 | 57 | 41 | 512 | 132 | 43 |
| Binary | 10101011 | 1001 | 1011010 | 0 | 1011111 | 101111 | 100001 | 101001010 | 1011010 | 100011 |
Color Harmonies of #AB095A
Complementary color
Monochromatic Colors of #AB095A
Black with #AB095A
Text Example
Text Example
White with #AB095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB095A; }
p { color: rgb(171,9,90); }
H1.HeaderClassName
{
color: #AB095A;
}
.AnyTagClassName
{
color: #AB095A;
}
</style>
background-color css
<style>
a { background-color: #AB095A; }
a { background-color: rgb(171,9,90); }
div.DivClassName
{
background-color: #AB095A;
}
.BgClassName
{
background-color: #AB095A;
}
</style>
border-color css
<style>
span { border-color: #AB095A; }
span { border-color: rgb(171,9,90); }
td.TdClassName
{
border-color: #AB095A;
}
.TagClassName
{
border-color: #AB095A;
}
</style>