Shades of Jazzberry Jam #AF0865
Tints of Jazzberry Jam #AF0865
RGB
CMYK
RGB Variations
Color information
#AF0865 (or 0xAF0865) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 65. RGB value is (175,8,101). Sum of RGB (Red+Green+Blue) = 175+8+101=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0865 is #50F79A. Grayscale: #444444. Windows color (decimal): -5306267 or 6621359. OLE color: 6621359.
HSL color Cylindrical-coordinate representation of color #AF0865: hue angle of 326.59º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0865 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 101 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.31 |
| HSL | 326.59º | 0.91% | 0.36% | - |
| HSV(B) | 326.59º | 0.95% | 0.69% | - |
| XYZ | 20.12 | 10.23 | 13.23 | - |
| YUV | 68.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 101 | 0 | 0.95 | 0.42 | 0.31 | 326.59 | 0.91 | 0.36 |
| Hex | AF | 8 | 65 | 0 | 5F | 2A | 1F | 147 | 5B | 24 |
| Octal | 257 | 10 | 145 | 0 | 137 | 52 | 37 | 507 | 133 | 44 |
| Binary | 10101111 | 1000 | 1100101 | 0 | 1011111 | 101010 | 11111 | 101000111 | 1011011 | 100100 |
Color Harmonies of #AF0865
Complementary color
Monochromatic Colors of #AF0865
Black with #AF0865
Text Example
Text Example
White with #AF0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0865; }
p { color: rgb(175,8,101); }
H1.HeaderClassName
{
color: #AF0865;
}
.AnyTagClassName
{
color: #AF0865;
}
</style>
background-color css
<style>
a { background-color: #AF0865; }
a { background-color: rgb(175,8,101); }
div.DivClassName
{
background-color: #AF0865;
}
.BgClassName
{
background-color: #AF0865;
}
</style>
border-color css
<style>
span { border-color: #AF0865; }
span { border-color: rgb(175,8,101); }
td.TdClassName
{
border-color: #AF0865;
}
.TagClassName
{
border-color: #AF0865;
}
</style>