Shades of Jazzberry Jam #AF0762
Tints of Jazzberry Jam #AF0762
RGB
CMYK
RGB Variations
Color information
#AF0762 (or 0xAF0762) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 62. RGB value is (175,7,98). Sum of RGB (Red+Green+Blue) = 175+7+98=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0762 is #50F89D. Grayscale: #434343. Windows color (decimal): -5306526 or 6424495. OLE color: 6424495.
HSL color Cylindrical-coordinate representation of color #AF0762: hue angle of 327.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0762 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 98 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.31 |
| HSL | 327.5º | 0.92% | 0.36% | - |
| HSV(B) | 327.5º | 0.96% | 0.69% | - |
| XYZ | 19.96 | 10.15 | 12.46 | - |
| YUV | 67.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 98 | 0 | 0.96 | 0.44 | 0.31 | 327.5 | 0.92 | 0.36 |
| Hex | AF | 7 | 62 | 0 | 60 | 2C | 1F | 148 | 5C | 24 |
| Octal | 257 | 7 | 142 | 0 | 140 | 54 | 37 | 510 | 134 | 44 |
| Binary | 10101111 | 111 | 1100010 | 0 | 1100000 | 101100 | 11111 | 101001000 | 1011100 | 100100 |
Color Harmonies of #AF0762
Complementary color
Monochromatic Colors of #AF0762
Black with #AF0762
Text Example
Text Example
White with #AF0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0762; }
p { color: rgb(175,7,98); }
H1.HeaderClassName
{
color: #AF0762;
}
.AnyTagClassName
{
color: #AF0762;
}
</style>
background-color css
<style>
a { background-color: #AF0762; }
a { background-color: rgb(175,7,98); }
div.DivClassName
{
background-color: #AF0762;
}
.BgClassName
{
background-color: #AF0762;
}
</style>
border-color css
<style>
span { border-color: #AF0762; }
span { border-color: rgb(175,7,98); }
td.TdClassName
{
border-color: #AF0762;
}
.TagClassName
{
border-color: #AF0762;
}
</style>