Shades of Jazzberry Jam #AF0251
Tints of Jazzberry Jam #AF0251
RGB
CMYK
RGB Variations
Color information
#AF0251 (or 0xAF0251) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 51. RGB value is (175,2,81). Sum of RGB (Red+Green+Blue) = 175+2+81=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0251 is #50FDAE. Grayscale: #3E3E3E. Windows color (decimal): -5307823 or 5309103. OLE color: 5309103.
HSL color Cylindrical-coordinate representation of color #AF0251: hue angle of 332.6º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0251 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.31 |
| HSL | 332.6º | 0.98% | 0.35% | - |
| HSV(B) | 332.6º | 0.99% | 0.69% | - |
| XYZ | 19.19 | 9.75 | 8.66 | - |
| YUV | 62.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 81 | 0 | 0.99 | 0.54 | 0.31 | 332.6 | 0.98 | 0.35 |
| Hex | AF | 2 | 51 | 0 | 63 | 36 | 1F | 14D | 62 | 23 |
| Octal | 257 | 2 | 121 | 0 | 143 | 66 | 37 | 515 | 142 | 43 |
| Binary | 10101111 | 10 | 1010001 | 0 | 1100011 | 110110 | 11111 | 101001101 | 1100010 | 100011 |
Color Harmonies of #AF0251
Complementary color
Monochromatic Colors of #AF0251
Black with #AF0251
Text Example
Text Example
White with #AF0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0251; }
p { color: rgb(175,2,81); }
H1.HeaderClassName
{
color: #AF0251;
}
.AnyTagClassName
{
color: #AF0251;
}
</style>
background-color css
<style>
a { background-color: #AF0251; }
a { background-color: rgb(175,2,81); }
div.DivClassName
{
background-color: #AF0251;
}
.BgClassName
{
background-color: #AF0251;
}
</style>
border-color css
<style>
span { border-color: #AF0251; }
span { border-color: rgb(175,2,81); }
td.TdClassName
{
border-color: #AF0251;
}
.TagClassName
{
border-color: #AF0251;
}
</style>