Shades of Jazzberry Jam #AF206F
Tints of Jazzberry Jam #AF206F
RGB
CMYK
RGB Variations
Color information
#AF206F (or 0xAF206F) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 6F. RGB value is (175,32,111). Sum of RGB (Red+Green+Blue) = 175+32+111=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF206F is #50DF90. Grayscale: #535353. Windows color (decimal): -5300113 or 7282863. OLE color: 7282863.
HSL color Cylindrical-coordinate representation of color #AF206F: hue angle of 326.85º 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 #AF206F is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 111 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.31 |
| HSL | 326.85º | 0.69% | 0.41% | - |
| HSV(B) | 326.85º | 0.82% | 0.69% | - |
| XYZ | 21.06 | 11.29 | 16.11 | - |
| YUV | 83.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 111 | 0 | 0.82 | 0.37 | 0.31 | 326.85 | 0.69 | 0.41 |
| Hex | AF | 20 | 6F | 0 | 52 | 25 | 1F | 147 | 45 | 29 |
| Octal | 257 | 40 | 157 | 0 | 122 | 45 | 37 | 507 | 105 | 51 |
| Binary | 10101111 | 100000 | 1101111 | 0 | 1010010 | 100101 | 11111 | 101000111 | 1000101 | 101001 |
Color Harmonies of #AF206F
Complementary color
Monochromatic Colors of #AF206F
Black with #AF206F
Text Example
Text Example
White with #AF206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF206F; }
p { color: rgb(175,32,111); }
H1.HeaderClassName
{
color: #AF206F;
}
.AnyTagClassName
{
color: #AF206F;
}
</style>
background-color css
<style>
a { background-color: #AF206F; }
a { background-color: rgb(175,32,111); }
div.DivClassName
{
background-color: #AF206F;
}
.BgClassName
{
background-color: #AF206F;
}
</style>
border-color css
<style>
span { border-color: #AF206F; }
span { border-color: rgb(175,32,111); }
td.TdClassName
{
border-color: #AF206F;
}
.TagClassName
{
border-color: #AF206F;
}
</style>