Shades of Jazzberry Jam #A81F6B
Tints of Jazzberry Jam #A81F6B
RGB
CMYK
RGB Variations
Color information
#A81F6B (or 0xA81F6B) is known color: Jazzberry Jam. HEX triplet: A8, 1F and 6B. RGB value is (168,31,107). Sum of RGB (Red+Green+Blue) = 168+31+107=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81F6B is #57E094. Grayscale: #505050. Windows color (decimal): -5759125 or 7020456. OLE color: 7020456.
HSL color Cylindrical-coordinate representation of color #A81F6B: hue angle of 326.72º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F6B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 107 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.34 |
| HSL | 326.72º | 0.69% | 0.39% | - |
| HSV(B) | 326.72º | 0.82% | 0.66% | - |
| XYZ | 19.29 | 10.37 | 14.89 | - |
| YUV | 80.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 107 | 0 | 0.82 | 0.36 | 0.34 | 326.72 | 0.69 | 0.39 |
| Hex | A8 | 1F | 6B | 0 | 52 | 24 | 22 | 147 | 45 | 27 |
| Octal | 250 | 37 | 153 | 0 | 122 | 44 | 42 | 507 | 105 | 47 |
| Binary | 10101000 | 11111 | 1101011 | 0 | 1010010 | 100100 | 100010 | 101000111 | 1000101 | 100111 |
Color Harmonies of #A81F6B
Complementary color
Monochromatic Colors of #A81F6B
Black with #A81F6B
Text Example
Text Example
White with #A81F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81F6B; }
p { color: rgb(168,31,107); }
H1.HeaderClassName
{
color: #A81F6B;
}
.AnyTagClassName
{
color: #A81F6B;
}
</style>
background-color css
<style>
a { background-color: #A81F6B; }
a { background-color: rgb(168,31,107); }
div.DivClassName
{
background-color: #A81F6B;
}
.BgClassName
{
background-color: #A81F6B;
}
</style>
border-color css
<style>
span { border-color: #A81F6B; }
span { border-color: rgb(168,31,107); }
td.TdClassName
{
border-color: #A81F6B;
}
.TagClassName
{
border-color: #A81F6B;
}
</style>