Shades of Jazzberry Jam #AF206D
Tints of Jazzberry Jam #AF206D
RGB
CMYK
RGB Variations
Color information
#AF206D (or 0xAF206D) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 6D. RGB value is (175,32,109). Sum of RGB (Red+Green+Blue) = 175+32+109=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF206D is #50DF92. Grayscale: #535353. Windows color (decimal): -5300115 or 7151791. OLE color: 7151791.
HSL color Cylindrical-coordinate representation of color #AF206D: hue angle of 327.69º 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 #AF206D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 109 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.31 |
| HSL | 327.69º | 0.69% | 0.41% | - |
| HSV(B) | 327.69º | 0.82% | 0.69% | - |
| XYZ | 20.96 | 11.25 | 15.54 | - |
| YUV | 83.54 | 142.38 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 109 | 0 | 0.82 | 0.38 | 0.31 | 327.69 | 0.69 | 0.41 |
| Hex | AF | 20 | 6D | 0 | 52 | 26 | 1F | 148 | 45 | 29 |
| Octal | 257 | 40 | 155 | 0 | 122 | 46 | 37 | 510 | 105 | 51 |
| Binary | 10101111 | 100000 | 1101101 | 0 | 1010010 | 100110 | 11111 | 101001000 | 1000101 | 101001 |
Color Harmonies of #AF206D
Complementary color
Monochromatic Colors of #AF206D
Black with #AF206D
Text Example
Text Example
White with #AF206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF206D; }
p { color: rgb(175,32,109); }
H1.HeaderClassName
{
color: #AF206D;
}
.AnyTagClassName
{
color: #AF206D;
}
</style>
background-color css
<style>
a { background-color: #AF206D; }
a { background-color: rgb(175,32,109); }
div.DivClassName
{
background-color: #AF206D;
}
.BgClassName
{
background-color: #AF206D;
}
</style>
border-color css
<style>
span { border-color: #AF206D; }
span { border-color: rgb(175,32,109); }
td.TdClassName
{
border-color: #AF206D;
}
.TagClassName
{
border-color: #AF206D;
}
</style>