Shades of Jazzberry Jam #AF0D55
Tints of Jazzberry Jam #AF0D55
RGB
CMYK
RGB Variations
Color information
#AF0D55 (or 0xAF0D55) is known color: Jazzberry Jam. HEX triplet: AF, 0D and 55. RGB value is (175,13,85). Sum of RGB (Red+Green+Blue) = 175+13+85=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0D55 is #50F2AA. Grayscale: #454545. Windows color (decimal): -5305003 or 5574063. OLE color: 5574063.
HSL color Cylindrical-coordinate representation of color #AF0D55: hue angle of 333.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D55 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 85 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.31 |
| HSL | 333.33º | 0.86% | 0.37% | - |
| HSV(B) | 333.33º | 0.93% | 0.69% | - |
| XYZ | 19.46 | 10.06 | 9.51 | - |
| YUV | 69.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 85 | 0 | 0.93 | 0.51 | 0.31 | 333.33 | 0.86 | 0.37 |
| Hex | AF | D | 55 | 0 | 5D | 33 | 1F | 14D | 56 | 25 |
| Octal | 257 | 15 | 125 | 0 | 135 | 63 | 37 | 515 | 126 | 45 |
| Binary | 10101111 | 1101 | 1010101 | 0 | 1011101 | 110011 | 11111 | 101001101 | 1010110 | 100101 |
Color Harmonies of #AF0D55
Complementary color
Monochromatic Colors of #AF0D55
Black with #AF0D55
Text Example
Text Example
White with #AF0D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D55; }
p { color: rgb(175,13,85); }
H1.HeaderClassName
{
color: #AF0D55;
}
.AnyTagClassName
{
color: #AF0D55;
}
</style>
background-color css
<style>
a { background-color: #AF0D55; }
a { background-color: rgb(175,13,85); }
div.DivClassName
{
background-color: #AF0D55;
}
.BgClassName
{
background-color: #AF0D55;
}
</style>
border-color css
<style>
span { border-color: #AF0D55; }
span { border-color: rgb(175,13,85); }
td.TdClassName
{
border-color: #AF0D55;
}
.TagClassName
{
border-color: #AF0D55;
}
</style>