Shades of Jazzberry Jam #AF2166
Tints of Jazzberry Jam #AF2166
RGB
CMYK
RGB Variations
Color information
#AF2166 (or 0xAF2166) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 66. RGB value is (175,33,102). Sum of RGB (Red+Green+Blue) = 175+33+102=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2166 is #50DE99. Grayscale: #535353. Windows color (decimal): -5299866 or 6693295. OLE color: 6693295.
HSL color Cylindrical-coordinate representation of color #AF2166: hue angle of 330.85º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2166 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 102 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.31 |
| HSL | 330.85º | 0.68% | 0.41% | - |
| HSV(B) | 330.85º | 0.81% | 0.69% | - |
| XYZ | 20.62 | 11.16 | 13.64 | - |
| YUV | 83.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 102 | 0 | 0.81 | 0.42 | 0.31 | 330.85 | 0.68 | 0.41 |
| Hex | AF | 21 | 66 | 0 | 51 | 2A | 1F | 14B | 44 | 29 |
| Octal | 257 | 41 | 146 | 0 | 121 | 52 | 37 | 513 | 104 | 51 |
| Binary | 10101111 | 100001 | 1100110 | 0 | 1010001 | 101010 | 11111 | 101001011 | 1000100 | 101001 |
Color Harmonies of #AF2166
Complementary color
Monochromatic Colors of #AF2166
Black with #AF2166
Text Example
Text Example
White with #AF2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2166; }
p { color: rgb(175,33,102); }
H1.HeaderClassName
{
color: #AF2166;
}
.AnyTagClassName
{
color: #AF2166;
}
</style>
background-color css
<style>
a { background-color: #AF2166; }
a { background-color: rgb(175,33,102); }
div.DivClassName
{
background-color: #AF2166;
}
.BgClassName
{
background-color: #AF2166;
}
</style>
border-color css
<style>
span { border-color: #AF2166; }
span { border-color: rgb(175,33,102); }
td.TdClassName
{
border-color: #AF2166;
}
.TagClassName
{
border-color: #AF2166;
}
</style>