Shades of Jazzberry Jam #AF205B
Tints of Jazzberry Jam #AF205B
RGB
CMYK
RGB Variations
Color information
#AF205B (or 0xAF205B) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 5B. RGB value is (175,32,91). Sum of RGB (Red+Green+Blue) = 175+32+91=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF205B is #50DFA4. Grayscale: #515151. Windows color (decimal): -5300133 or 5972143. OLE color: 5972143.
HSL color Cylindrical-coordinate representation of color #AF205B: hue angle of 335.24º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF205B is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 91 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.31 |
| HSL | 335.24º | 0.69% | 0.41% | - |
| HSV(B) | 335.24º | 0.82% | 0.69% | - |
| XYZ | 20.08 | 10.9 | 10.94 | - |
| YUV | 81.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 91 | 0 | 0.82 | 0.48 | 0.31 | 335.24 | 0.69 | 0.41 |
| Hex | AF | 20 | 5B | 0 | 52 | 30 | 1F | 14F | 45 | 29 |
| Octal | 257 | 40 | 133 | 0 | 122 | 60 | 37 | 517 | 105 | 51 |
| Binary | 10101111 | 100000 | 1011011 | 0 | 1010010 | 110000 | 11111 | 101001111 | 1000101 | 101001 |
Color Harmonies of #AF205B
Complementary color
Monochromatic Colors of #AF205B
Black with #AF205B
Text Example
Text Example
White with #AF205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF205B; }
p { color: rgb(175,32,91); }
H1.HeaderClassName
{
color: #AF205B;
}
.AnyTagClassName
{
color: #AF205B;
}
</style>
background-color css
<style>
a { background-color: #AF205B; }
a { background-color: rgb(175,32,91); }
div.DivClassName
{
background-color: #AF205B;
}
.BgClassName
{
background-color: #AF205B;
}
</style>
border-color css
<style>
span { border-color: #AF205B; }
span { border-color: rgb(175,32,91); }
td.TdClassName
{
border-color: #AF205B;
}
.TagClassName
{
border-color: #AF205B;
}
</style>