Shades of Jazzberry Jam #AF1662
Tints of Jazzberry Jam #AF1662
RGB
CMYK
RGB Variations
Color information
#AF1662 (or 0xAF1662) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 62. RGB value is (175,22,98). Sum of RGB (Red+Green+Blue) = 175+22+98=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1662 is #50E99D. Grayscale: #4C4C4C. Windows color (decimal): -5302686 or 6428335. OLE color: 6428335.
HSL color Cylindrical-coordinate representation of color #AF1662: hue angle of 330.2º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1662 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 98 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.31 |
| HSL | 330.2º | 0.78% | 0.39% | - |
| HSV(B) | 330.2º | 0.87% | 0.69% | - |
| XYZ | 20.17 | 10.57 | 12.53 | - |
| YUV | 76.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 98 | 0 | 0.87 | 0.44 | 0.31 | 330.2 | 0.78 | 0.39 |
| Hex | AF | 16 | 62 | 0 | 57 | 2C | 1F | 14A | 4E | 27 |
| Octal | 257 | 26 | 142 | 0 | 127 | 54 | 37 | 512 | 116 | 47 |
| Binary | 10101111 | 10110 | 1100010 | 0 | 1010111 | 101100 | 11111 | 101001010 | 1001110 | 100111 |
Color Harmonies of #AF1662
Complementary color
Monochromatic Colors of #AF1662
Black with #AF1662
Text Example
Text Example
White with #AF1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1662; }
p { color: rgb(175,22,98); }
H1.HeaderClassName
{
color: #AF1662;
}
.AnyTagClassName
{
color: #AF1662;
}
</style>
background-color css
<style>
a { background-color: #AF1662; }
a { background-color: rgb(175,22,98); }
div.DivClassName
{
background-color: #AF1662;
}
.BgClassName
{
background-color: #AF1662;
}
</style>
border-color css
<style>
span { border-color: #AF1662; }
span { border-color: rgb(175,22,98); }
td.TdClassName
{
border-color: #AF1662;
}
.TagClassName
{
border-color: #AF1662;
}
</style>