Shades of Jazzberry Jam #AF206B
Tints of Jazzberry Jam #AF206B
RGB
CMYK
RGB Variations
Color information
#AF206B (or 0xAF206B) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 6B. RGB value is (175,32,107). Sum of RGB (Red+Green+Blue) = 175+32+107=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF206B is #50DF94. Grayscale: #535353. Windows color (decimal): -5300117 or 7020719. OLE color: 7020719.
HSL color Cylindrical-coordinate representation of color #AF206B: hue angle of 328.53º 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 #AF206B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 107 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.31 |
| HSL | 328.53º | 0.69% | 0.41% | - |
| HSV(B) | 328.53º | 0.82% | 0.69% | - |
| XYZ | 20.85 | 11.21 | 14.97 | - |
| YUV | 83.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 107 | 0 | 0.82 | 0.39 | 0.31 | 328.53 | 0.69 | 0.41 |
| Hex | AF | 20 | 6B | 0 | 52 | 27 | 1F | 149 | 45 | 29 |
| Octal | 257 | 40 | 153 | 0 | 122 | 47 | 37 | 511 | 105 | 51 |
| Binary | 10101111 | 100000 | 1101011 | 0 | 1010010 | 100111 | 11111 | 101001001 | 1000101 | 101001 |
Color Harmonies of #AF206B
Complementary color
Monochromatic Colors of #AF206B
Black with #AF206B
Text Example
Text Example
White with #AF206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF206B; }
p { color: rgb(175,32,107); }
H1.HeaderClassName
{
color: #AF206B;
}
.AnyTagClassName
{
color: #AF206B;
}
</style>
background-color css
<style>
a { background-color: #AF206B; }
a { background-color: rgb(175,32,107); }
div.DivClassName
{
background-color: #AF206B;
}
.BgClassName
{
background-color: #AF206B;
}
</style>
border-color css
<style>
span { border-color: #AF206B; }
span { border-color: rgb(175,32,107); }
td.TdClassName
{
border-color: #AF206B;
}
.TagClassName
{
border-color: #AF206B;
}
</style>