Shades of Jazzberry Jam #AF215C
Tints of Jazzberry Jam #AF215C
RGB
CMYK
RGB Variations
Color information
#AF215C (or 0xAF215C) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 5C. RGB value is (175,33,92). Sum of RGB (Red+Green+Blue) = 175+33+92=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF215C is #50DEA3. Grayscale: #525252. Windows color (decimal): -5299876 or 6037935. OLE color: 6037935.
HSL color Cylindrical-coordinate representation of color #AF215C: hue angle of 335.07º 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 #AF215C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 92 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.31 |
| HSL | 335.07º | 0.68% | 0.41% | - |
| HSV(B) | 335.07º | 0.81% | 0.69% | - |
| XYZ | 20.15 | 10.97 | 11.18 | - |
| YUV | 82.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 92 | 0 | 0.81 | 0.47 | 0.31 | 335.07 | 0.68 | 0.41 |
| Hex | AF | 21 | 5C | 0 | 51 | 2F | 1F | 14F | 44 | 29 |
| Octal | 257 | 41 | 134 | 0 | 121 | 57 | 37 | 517 | 104 | 51 |
| Binary | 10101111 | 100001 | 1011100 | 0 | 1010001 | 101111 | 11111 | 101001111 | 1000100 | 101001 |
Color Harmonies of #AF215C
Complementary color
Monochromatic Colors of #AF215C
Black with #AF215C
Text Example
Text Example
White with #AF215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF215C; }
p { color: rgb(175,33,92); }
H1.HeaderClassName
{
color: #AF215C;
}
.AnyTagClassName
{
color: #AF215C;
}
</style>
background-color css
<style>
a { background-color: #AF215C; }
a { background-color: rgb(175,33,92); }
div.DivClassName
{
background-color: #AF215C;
}
.BgClassName
{
background-color: #AF215C;
}
</style>
border-color css
<style>
span { border-color: #AF215C; }
span { border-color: rgb(175,33,92); }
td.TdClassName
{
border-color: #AF215C;
}
.TagClassName
{
border-color: #AF215C;
}
</style>