Shades of Jazzberry Jam #AF215E
Tints of Jazzberry Jam #AF215E
RGB
CMYK
RGB Variations
Color information
#AF215E (or 0xAF215E) is known color: Jazzberry Jam. HEX triplet: AF, 21 and 5E. RGB value is (175,33,94). Sum of RGB (Red+Green+Blue) = 175+33+94=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF215E is #50DEA1. Grayscale: #525252. Windows color (decimal): -5299874 or 6169007. OLE color: 6169007.
HSL color Cylindrical-coordinate representation of color #AF215E: hue angle of 334.23º 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 #AF215E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 94 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.31 |
| HSL | 334.23º | 0.68% | 0.41% | - |
| HSV(B) | 334.23º | 0.81% | 0.69% | - |
| XYZ | 20.24 | 11.01 | 11.65 | - |
| YUV | 82.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 94 | 0 | 0.81 | 0.46 | 0.31 | 334.23 | 0.68 | 0.41 |
| Hex | AF | 21 | 5E | 0 | 51 | 2E | 1F | 14E | 44 | 29 |
| Octal | 257 | 41 | 136 | 0 | 121 | 56 | 37 | 516 | 104 | 51 |
| Binary | 10101111 | 100001 | 1011110 | 0 | 1010001 | 101110 | 11111 | 101001110 | 1000100 | 101001 |
Color Harmonies of #AF215E
Complementary color
Monochromatic Colors of #AF215E
Black with #AF215E
Text Example
Text Example
White with #AF215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF215E; }
p { color: rgb(175,33,94); }
H1.HeaderClassName
{
color: #AF215E;
}
.AnyTagClassName
{
color: #AF215E;
}
</style>
background-color css
<style>
a { background-color: #AF215E; }
a { background-color: rgb(175,33,94); }
div.DivClassName
{
background-color: #AF215E;
}
.BgClassName
{
background-color: #AF215E;
}
</style>
border-color css
<style>
span { border-color: #AF215E; }
span { border-color: rgb(175,33,94); }
td.TdClassName
{
border-color: #AF215E;
}
.TagClassName
{
border-color: #AF215E;
}
</style>