Shades of Jazzberry Jam #AF225E
Tints of Jazzberry Jam #AF225E
RGB
CMYK
RGB Variations
Color information
#AF225E (or 0xAF225E) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 5E. RGB value is (175,34,94). Sum of RGB (Red+Green+Blue) = 175+34+94=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF225E is #50DDA1. Grayscale: #525252. Windows color (decimal): -5299618 or 6169263. OLE color: 6169263.
HSL color Cylindrical-coordinate representation of color #AF225E: hue angle of 334.47º degrees, saturation: 0.67, 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 #AF225E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 94 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.31 |
| HSL | 334.47º | 0.67% | 0.41% | - |
| HSV(B) | 334.47º | 0.81% | 0.69% | - |
| XYZ | 20.27 | 11.07 | 11.66 | - |
| YUV | 83 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 94 | 0 | 0.81 | 0.46 | 0.31 | 334.47 | 0.67 | 0.41 |
| Hex | AF | 22 | 5E | 0 | 51 | 2E | 1F | 14E | 43 | 29 |
| Octal | 257 | 42 | 136 | 0 | 121 | 56 | 37 | 516 | 103 | 51 |
| Binary | 10101111 | 100010 | 1011110 | 0 | 1010001 | 101110 | 11111 | 101001110 | 1000011 | 101001 |
Color Harmonies of #AF225E
Complementary color
Monochromatic Colors of #AF225E
Black with #AF225E
Text Example
Text Example
White with #AF225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF225E; }
p { color: rgb(175,34,94); }
H1.HeaderClassName
{
color: #AF225E;
}
.AnyTagClassName
{
color: #AF225E;
}
</style>
background-color css
<style>
a { background-color: #AF225E; }
a { background-color: rgb(175,34,94); }
div.DivClassName
{
background-color: #AF225E;
}
.BgClassName
{
background-color: #AF225E;
}
</style>
border-color css
<style>
span { border-color: #AF225E; }
span { border-color: rgb(175,34,94); }
td.TdClassName
{
border-color: #AF225E;
}
.TagClassName
{
border-color: #AF225E;
}
</style>