Shades of Jazzberry Jam #AF106F
Tints of Jazzberry Jam #AF106F
RGB
CMYK
RGB Variations
Color information
#AF106F (or 0xAF106F) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 6F. RGB value is (175,16,111). Sum of RGB (Red+Green+Blue) = 175+16+111=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF106F is #50EF90. Grayscale: #4A4A4A. Windows color (decimal): -5304209 or 7278767. OLE color: 7278767.
HSL color Cylindrical-coordinate representation of color #AF106F: hue angle of 324.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF106F is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 111 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.31 |
| HSL | 324.15º | 0.83% | 0.37% | - |
| HSV(B) | 324.15º | 0.91% | 0.69% | - |
| XYZ | 20.73 | 10.63 | 16 | - |
| YUV | 74.37 | 148.68 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 111 | 0 | 0.91 | 0.37 | 0.31 | 324.15 | 0.83 | 0.37 |
| Hex | AF | 10 | 6F | 0 | 5B | 25 | 1F | 144 | 53 | 25 |
| Octal | 257 | 20 | 157 | 0 | 133 | 45 | 37 | 504 | 123 | 45 |
| Binary | 10101111 | 10000 | 1101111 | 0 | 1011011 | 100101 | 11111 | 101000100 | 1010011 | 100101 |
Color Harmonies of #AF106F
Complementary color
Monochromatic Colors of #AF106F
Black with #AF106F
Text Example
Text Example
White with #AF106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF106F; }
p { color: rgb(175,16,111); }
H1.HeaderClassName
{
color: #AF106F;
}
.AnyTagClassName
{
color: #AF106F;
}
</style>
background-color css
<style>
a { background-color: #AF106F; }
a { background-color: rgb(175,16,111); }
div.DivClassName
{
background-color: #AF106F;
}
.BgClassName
{
background-color: #AF106F;
}
</style>
border-color css
<style>
span { border-color: #AF106F; }
span { border-color: rgb(175,16,111); }
td.TdClassName
{
border-color: #AF106F;
}
.TagClassName
{
border-color: #AF106F;
}
</style>