Shades of Jazzberry Jam #AF216C
Tints of Jazzberry Jam #AF216C
RGB
CMYK
RGB Variations
Color information
#AF216C (or 0xAF216C) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 6C. RGB value is (175,33,108). Sum of RGB (Red+Green+Blue) = 175+33+108=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF216C is #50DE93. Grayscale: #535353. Windows color (decimal): -5299860 or 7086511. OLE color: 7086511.
HSL color Cylindrical-coordinate representation of color #AF216C: hue angle of 328.31º 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 #AF216C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 108 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.31 |
| HSL | 328.31º | 0.68% | 0.41% | - |
| HSV(B) | 328.31º | 0.81% | 0.69% | - |
| XYZ | 20.93 | 11.28 | 15.26 | - |
| YUV | 84.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 108 | 0 | 0.81 | 0.38 | 0.31 | 328.31 | 0.68 | 0.41 |
| Hex | AF | 21 | 6C | 0 | 51 | 26 | 1F | 148 | 44 | 29 |
| Octal | 257 | 41 | 154 | 0 | 121 | 46 | 37 | 510 | 104 | 51 |
| Binary | 10101111 | 100001 | 1101100 | 0 | 1010001 | 100110 | 11111 | 101001000 | 1000100 | 101001 |
Color Harmonies of #AF216C
Complementary color
Monochromatic Colors of #AF216C
Black with #AF216C
Text Example
Text Example
White with #AF216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF216C; }
p { color: rgb(175,33,108); }
H1.HeaderClassName
{
color: #AF216C;
}
.AnyTagClassName
{
color: #AF216C;
}
</style>
background-color css
<style>
a { background-color: #AF216C; }
a { background-color: rgb(175,33,108); }
div.DivClassName
{
background-color: #AF216C;
}
.BgClassName
{
background-color: #AF216C;
}
</style>
border-color css
<style>
span { border-color: #AF216C; }
span { border-color: rgb(175,33,108); }
td.TdClassName
{
border-color: #AF216C;
}
.TagClassName
{
border-color: #AF216C;
}
</style>