Shades of Jazzberry Jam #A32469
Tints of Jazzberry Jam #A32469
RGB
CMYK
RGB Variations
Color information
#A32469 (or 0xA32469) is known color: Jazzberry Jam. HEX triplet: A3, 24 and 69. RGB value is (163,36,105). Sum of RGB (Red+Green+Blue) = 163+36+105=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A32469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32469 is #5CDB96. Grayscale: #515151. Windows color (decimal): -6085527 or 6890659. OLE color: 6890659.
HSL color Cylindrical-coordinate representation of color #A32469: hue angle of 327.4º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32469 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 105 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.36 |
| HSL | 327.4º | 0.64% | 0.39% | - |
| HSV(B) | 327.4º | 0.78% | 0.64% | - |
| XYZ | 18.28 | 10.07 | 14.34 | - |
| YUV | 81.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 105 | 0 | 0.78 | 0.36 | 0.36 | 327.4 | 0.64 | 0.39 |
| Hex | A3 | 24 | 69 | 0 | 4E | 24 | 24 | 147 | 40 | 27 |
| Octal | 243 | 44 | 151 | 0 | 116 | 44 | 44 | 507 | 100 | 47 |
| Binary | 10100011 | 100100 | 1101001 | 0 | 1001110 | 100100 | 100100 | 101000111 | 1000000 | 100111 |
Color Harmonies of #A32469
Complementary color
Monochromatic Colors of #A32469
Black with #A32469
Text Example
Text Example
White with #A32469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32469; }
p { color: rgb(163,36,105); }
H1.HeaderClassName
{
color: #A32469;
}
.AnyTagClassName
{
color: #A32469;
}
</style>
background-color css
<style>
a { background-color: #A32469; }
a { background-color: rgb(163,36,105); }
div.DivClassName
{
background-color: #A32469;
}
.BgClassName
{
background-color: #A32469;
}
</style>
border-color css
<style>
span { border-color: #A32469; }
span { border-color: rgb(163,36,105); }
td.TdClassName
{
border-color: #A32469;
}
.TagClassName
{
border-color: #A32469;
}
</style>