Shades of Jazzberry Jam #AF2066
Tints of Jazzberry Jam #AF2066
RGB
CMYK
RGB Variations
Color information
#AF2066 (or 0xAF2066) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 66. RGB value is (175,32,102). Sum of RGB (Red+Green+Blue) = 175+32+102=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2066 is #50DF99. Grayscale: #525252. Windows color (decimal): -5300122 or 6693039. OLE color: 6693039.
HSL color Cylindrical-coordinate representation of color #AF2066: hue angle of 330.63º 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 #AF2066 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 102 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.31 |
| HSL | 330.63º | 0.69% | 0.41% | - |
| HSV(B) | 330.63º | 0.82% | 0.69% | - |
| XYZ | 20.59 | 11.11 | 13.63 | - |
| YUV | 82.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 102 | 0 | 0.82 | 0.42 | 0.31 | 330.63 | 0.69 | 0.41 |
| Hex | AF | 20 | 66 | 0 | 52 | 2A | 1F | 14B | 45 | 29 |
| Octal | 257 | 40 | 146 | 0 | 122 | 52 | 37 | 513 | 105 | 51 |
| Binary | 10101111 | 100000 | 1100110 | 0 | 1010010 | 101010 | 11111 | 101001011 | 1000101 | 101001 |
Color Harmonies of #AF2066
Complementary color
Monochromatic Colors of #AF2066
Black with #AF2066
Text Example
Text Example
White with #AF2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2066; }
p { color: rgb(175,32,102); }
H1.HeaderClassName
{
color: #AF2066;
}
.AnyTagClassName
{
color: #AF2066;
}
</style>
background-color css
<style>
a { background-color: #AF2066; }
a { background-color: rgb(175,32,102); }
div.DivClassName
{
background-color: #AF2066;
}
.BgClassName
{
background-color: #AF2066;
}
</style>
border-color css
<style>
span { border-color: #AF2066; }
span { border-color: rgb(175,32,102); }
td.TdClassName
{
border-color: #AF2066;
}
.TagClassName
{
border-color: #AF2066;
}
</style>