Shades of Jazzberry Jam #A50366
Tints of Jazzberry Jam #A50366
RGB
CMYK
RGB Variations
Color information
#A50366 (or 0xA50366) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 66. RGB value is (165,3,102). Sum of RGB (Red+Green+Blue) = 165+3+102=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A50366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50366 is #5AFC99. Grayscale: #3E3E3E. Windows color (decimal): -5962906 or 6685605. OLE color: 6685605.
HSL color Cylindrical-coordinate representation of color #A50366: hue angle of 323.33º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50366 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.35 |
| HSL | 323.33º | 0.96% | 0.33% | - |
| HSV(B) | 323.33º | 0.98% | 0.65% | - |
| XYZ | 17.95 | 9.02 | 13.37 | - |
| YUV | 62.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 102 | 0 | 0.98 | 0.38 | 0.35 | 323.33 | 0.96 | 0.33 |
| Hex | A5 | 3 | 66 | 0 | 62 | 26 | 23 | 143 | 60 | 21 |
| Octal | 245 | 3 | 146 | 0 | 142 | 46 | 43 | 503 | 140 | 41 |
| Binary | 10100101 | 11 | 1100110 | 0 | 1100010 | 100110 | 100011 | 101000011 | 1100000 | 100001 |
Color Harmonies of #A50366
Complementary color
Monochromatic Colors of #A50366
Black with #A50366
Text Example
Text Example
White with #A50366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50366; }
p { color: rgb(165,3,102); }
H1.HeaderClassName
{
color: #A50366;
}
.AnyTagClassName
{
color: #A50366;
}
</style>
background-color css
<style>
a { background-color: #A50366; }
a { background-color: rgb(165,3,102); }
div.DivClassName
{
background-color: #A50366;
}
.BgClassName
{
background-color: #A50366;
}
</style>
border-color css
<style>
span { border-color: #A50366; }
span { border-color: rgb(165,3,102); }
td.TdClassName
{
border-color: #A50366;
}
.TagClassName
{
border-color: #A50366;
}
</style>