Shades of Jazzberry Jam #A8105C
Tints of Jazzberry Jam #A8105C
RGB
CMYK
RGB Variations
Color information
#A8105C (or 0xA8105C) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 5C. RGB value is (168,16,92). Sum of RGB (Red+Green+Blue) = 168+16+92=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8105C is #57EFA3. Grayscale: #454545. Windows color (decimal): -5762980 or 6033576. OLE color: 6033576.
HSL color Cylindrical-coordinate representation of color #A8105C: hue angle of 330º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8105C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 16 | 92 | - |
CMYK | 0 | 0.90 | 0.45 | 0.34 |
HSL | 330º | 0.83% | 0.36% | - |
HSV(B) | 330º | 0.9% | 0.66% | - |
XYZ | 18.27 | 9.47 | 10.99 | - |
YUV | 70.11 | 140.36 | 197.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 16 | 92 | 0 | 0.90 | 0.45 | 0.34 | 330 | 0.83 | 0.36 |
Hex | A8 | 10 | 5C | 0 | 5A | 2D | 22 | 14A | 53 | 24 |
Octal | 250 | 20 | 134 | 0 | 132 | 55 | 42 | 512 | 123 | 44 |
Binary | 10101000 | 10000 | 1011100 | 0 | 1011010 | 101101 | 100010 | 101001010 | 1010011 | 100100 |
Color Harmonies of #A8105C
Complementary color
Monochromatic Colors of #A8105C
Black with #A8105C
Text Example
Text Example
White with #A8105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8105C; }
p { color: rgb(168,16,92); }
H1.HeaderClassName
{
color: #A8105C;
}
.AnyTagClassName
{
color: #A8105C;
}
</style>
background-color css
<style>
a { background-color: #A8105C; }
a { background-color: rgb(168,16,92); }
div.DivClassName
{
background-color: #A8105C;
}
.BgClassName
{
background-color: #A8105C;
}
</style>
border-color css
<style>
span { border-color: #A8105C; }
span { border-color: rgb(168,16,92); }
td.TdClassName
{
border-color: #A8105C;
}
.TagClassName
{
border-color: #A8105C;
}
</style>