Shades of Jazzberry Jam #A8145A
Tints of Jazzberry Jam #A8145A
RGB
CMYK
RGB Variations
Color information
#A8145A (or 0xA8145A) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 5A. RGB value is (168,20,90). Sum of RGB (Red+Green+Blue) = 168+20+90=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8145A is #57EBA5. Grayscale: #484848. Windows color (decimal): -5761958 or 5903528. OLE color: 5903528.
HSL color Cylindrical-coordinate representation of color #A8145A: hue angle of 331.62º 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 #A8145A is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 90 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.34 |
| HSL | 331.62º | 0.79% | 0.37% | - |
| HSV(B) | 331.62º | 0.88% | 0.66% | - |
| XYZ | 18.24 | 9.56 | 10.56 | - |
| YUV | 72.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 90 | 0 | 0.88 | 0.46 | 0.34 | 331.62 | 0.79 | 0.37 |
| Hex | A8 | 14 | 5A | 0 | 58 | 2E | 22 | 14C | 4F | 25 |
| Octal | 250 | 24 | 132 | 0 | 130 | 56 | 42 | 514 | 117 | 45 |
| Binary | 10101000 | 10100 | 1011010 | 0 | 1011000 | 101110 | 100010 | 101001100 | 1001111 | 100101 |
Color Harmonies of #A8145A
Complementary color
Monochromatic Colors of #A8145A
Black with #A8145A
Text Example
Text Example
White with #A8145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8145A; }
p { color: rgb(168,20,90); }
H1.HeaderClassName
{
color: #A8145A;
}
.AnyTagClassName
{
color: #A8145A;
}
</style>
background-color css
<style>
a { background-color: #A8145A; }
a { background-color: rgb(168,20,90); }
div.DivClassName
{
background-color: #A8145A;
}
.BgClassName
{
background-color: #A8145A;
}
</style>
border-color css
<style>
span { border-color: #A8145A; }
span { border-color: rgb(168,20,90); }
td.TdClassName
{
border-color: #A8145A;
}
.TagClassName
{
border-color: #A8145A;
}
</style>