Shades of Jazzberry Jam #A8015A
Tints of Jazzberry Jam #A8015A
RGB
CMYK
RGB Variations
Color information
#A8015A (or 0xA8015A) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 5A. RGB value is (168,1,90). Sum of RGB (Red+Green+Blue) = 168+1+90=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A8015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8015A is #57FEA5. Grayscale: #3C3C3C. Windows color (decimal): -5766822 or 5898664. OLE color: 5898664.
HSL color Cylindrical-coordinate representation of color #A8015A: hue angle of 328.02º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8015A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.34 |
| HSL | 328.02º | 0.99% | 0.33% | - |
| HSV(B) | 328.02º | 0.99% | 0.66% | - |
| XYZ | 18 | 9.08 | 10.48 | - |
| YUV | 61.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 90 | 0 | 0.99 | 0.46 | 0.34 | 328.02 | 0.99 | 0.33 |
| Hex | A8 | 1 | 5A | 0 | 63 | 2E | 22 | 148 | 63 | 21 |
| Octal | 250 | 1 | 132 | 0 | 143 | 56 | 42 | 510 | 143 | 41 |
| Binary | 10101000 | 1 | 1011010 | 0 | 1100011 | 101110 | 100010 | 101001000 | 1100011 | 100001 |
Color Harmonies of #A8015A
Complementary color
Monochromatic Colors of #A8015A
Black with #A8015A
Text Example
Text Example
White with #A8015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8015A; }
p { color: rgb(168,1,90); }
H1.HeaderClassName
{
color: #A8015A;
}
.AnyTagClassName
{
color: #A8015A;
}
</style>
background-color css
<style>
a { background-color: #A8015A; }
a { background-color: rgb(168,1,90); }
div.DivClassName
{
background-color: #A8015A;
}
.BgClassName
{
background-color: #A8015A;
}
</style>
border-color css
<style>
span { border-color: #A8015A; }
span { border-color: rgb(168,1,90); }
td.TdClassName
{
border-color: #A8015A;
}
.TagClassName
{
border-color: #A8015A;
}
</style>