Shades of Jazzberry Jam #AF0553
Tints of Jazzberry Jam #AF0553
RGB
CMYK
RGB Variations
Color information
#AF0553 (or 0xAF0553) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 53. RGB value is (175,5,83). Sum of RGB (Red+Green+Blue) = 175+5+83=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0553 is #50FAAC. Grayscale: #404040. Windows color (decimal): -5307053 or 5440943. OLE color: 5440943.
HSL color Cylindrical-coordinate representation of color #AF0553: hue angle of 332.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0553 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 83 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.31 |
| HSL | 332.47º | 0.94% | 0.35% | - |
| HSV(B) | 332.47º | 0.97% | 0.69% | - |
| XYZ | 19.29 | 9.85 | 9.07 | - |
| YUV | 64.72 | 138.32 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 83 | 0 | 0.97 | 0.53 | 0.31 | 332.47 | 0.94 | 0.35 |
| Hex | AF | 5 | 53 | 0 | 61 | 35 | 1F | 14C | 5E | 23 |
| Octal | 257 | 5 | 123 | 0 | 141 | 65 | 37 | 514 | 136 | 43 |
| Binary | 10101111 | 101 | 1010011 | 0 | 1100001 | 110101 | 11111 | 101001100 | 1011110 | 100011 |
Color Harmonies of #AF0553
Complementary color
Monochromatic Colors of #AF0553
Black with #AF0553
Text Example
Text Example
White with #AF0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0553; }
p { color: rgb(175,5,83); }
H1.HeaderClassName
{
color: #AF0553;
}
.AnyTagClassName
{
color: #AF0553;
}
</style>
background-color css
<style>
a { background-color: #AF0553; }
a { background-color: rgb(175,5,83); }
div.DivClassName
{
background-color: #AF0553;
}
.BgClassName
{
background-color: #AF0553;
}
</style>
border-color css
<style>
span { border-color: #AF0553; }
span { border-color: rgb(175,5,83); }
td.TdClassName
{
border-color: #AF0553;
}
.TagClassName
{
border-color: #AF0553;
}
</style>