Shades of Jazzberry Jam #A81467
Tints of Jazzberry Jam #A81467
RGB
CMYK
RGB Variations
Color information
#A81467 (or 0xA81467) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 67. RGB value is (168,20,103). Sum of RGB (Red+Green+Blue) = 168+20+103=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A81467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81467 is #57EB98. Grayscale: #494949. Windows color (decimal): -5761945 or 6755496. OLE color: 6755496.
HSL color Cylindrical-coordinate representation of color #A81467: hue angle of 326.35º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81467 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 103 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.34 |
| HSL | 326.35º | 0.79% | 0.37% | - |
| HSV(B) | 326.35º | 0.88% | 0.66% | - |
| XYZ | 18.85 | 9.8 | 13.73 | - |
| YUV | 73.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 103 | 0 | 0.88 | 0.39 | 0.34 | 326.35 | 0.79 | 0.37 |
| Hex | A8 | 14 | 67 | 0 | 58 | 27 | 22 | 146 | 4F | 25 |
| Octal | 250 | 24 | 147 | 0 | 130 | 47 | 42 | 506 | 117 | 45 |
| Binary | 10101000 | 10100 | 1100111 | 0 | 1011000 | 100111 | 100010 | 101000110 | 1001111 | 100101 |
Color Harmonies of #A81467
Complementary color
Monochromatic Colors of #A81467
Black with #A81467
Text Example
Text Example
White with #A81467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81467; }
p { color: rgb(168,20,103); }
H1.HeaderClassName
{
color: #A81467;
}
.AnyTagClassName
{
color: #A81467;
}
</style>
background-color css
<style>
a { background-color: #A81467; }
a { background-color: rgb(168,20,103); }
div.DivClassName
{
background-color: #A81467;
}
.BgClassName
{
background-color: #A81467;
}
</style>
border-color css
<style>
span { border-color: #A81467; }
span { border-color: rgb(168,20,103); }
td.TdClassName
{
border-color: #A81467;
}
.TagClassName
{
border-color: #A81467;
}
</style>