Shades of Jazzberry Jam #AF0569
Tints of Jazzberry Jam #AF0569
RGB
CMYK
RGB Variations
Color information
#AF0569 (or 0xAF0569) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 69. RGB value is (175,5,105). Sum of RGB (Red+Green+Blue) = 175+5+105=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0569 is #50FA96. Grayscale: #434343. Windows color (decimal): -5307031 or 6882735. OLE color: 6882735.
HSL color Cylindrical-coordinate representation of color #AF0569: hue angle of 324.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0569 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 105 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.31 |
| HSL | 324.71º | 0.94% | 0.35% | - |
| HSV(B) | 324.71º | 0.97% | 0.69% | - |
| XYZ | 20.28 | 10.24 | 14.27 | - |
| YUV | 67.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 105 | 0 | 0.97 | 0.40 | 0.31 | 324.71 | 0.94 | 0.35 |
| Hex | AF | 5 | 69 | 0 | 61 | 28 | 1F | 145 | 5E | 23 |
| Octal | 257 | 5 | 151 | 0 | 141 | 50 | 37 | 505 | 136 | 43 |
| Binary | 10101111 | 101 | 1101001 | 0 | 1100001 | 101000 | 11111 | 101000101 | 1011110 | 100011 |
Color Harmonies of #AF0569
Complementary color
Monochromatic Colors of #AF0569
Black with #AF0569
Text Example
Text Example
White with #AF0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0569; }
p { color: rgb(175,5,105); }
H1.HeaderClassName
{
color: #AF0569;
}
.AnyTagClassName
{
color: #AF0569;
}
</style>
background-color css
<style>
a { background-color: #AF0569; }
a { background-color: rgb(175,5,105); }
div.DivClassName
{
background-color: #AF0569;
}
.BgClassName
{
background-color: #AF0569;
}
</style>
border-color css
<style>
span { border-color: #AF0569; }
span { border-color: rgb(175,5,105); }
td.TdClassName
{
border-color: #AF0569;
}
.TagClassName
{
border-color: #AF0569;
}
</style>