Shades of Jazzberry Jam #AF106E
Tints of Jazzberry Jam #AF106E
RGB
CMYK
RGB Variations
Color information
#AF106E (or 0xAF106E) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 6E. RGB value is (175,16,110). Sum of RGB (Red+Green+Blue) = 175+16+110=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF106E is #50EF91. Grayscale: #4A4A4A. Windows color (decimal): -5304210 or 7213231. OLE color: 7213231.
HSL color Cylindrical-coordinate representation of color #AF106E: hue angle of 324.53º 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 #AF106E is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 110 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.31 |
| HSL | 324.53º | 0.83% | 0.37% | - |
| HSV(B) | 324.53º | 0.91% | 0.69% | - |
| XYZ | 20.68 | 10.61 | 15.71 | - |
| YUV | 74.26 | 148.18 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 110 | 0 | 0.91 | 0.37 | 0.31 | 324.53 | 0.83 | 0.37 |
| Hex | AF | 10 | 6E | 0 | 5B | 25 | 1F | 145 | 53 | 25 |
| Octal | 257 | 20 | 156 | 0 | 133 | 45 | 37 | 505 | 123 | 45 |
| Binary | 10101111 | 10000 | 1101110 | 0 | 1011011 | 100101 | 11111 | 101000101 | 1010011 | 100101 |
Color Harmonies of #AF106E
Complementary color
Monochromatic Colors of #AF106E
Black with #AF106E
Text Example
Text Example
White with #AF106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF106E; }
p { color: rgb(175,16,110); }
H1.HeaderClassName
{
color: #AF106E;
}
.AnyTagClassName
{
color: #AF106E;
}
</style>
background-color css
<style>
a { background-color: #AF106E; }
a { background-color: rgb(175,16,110); }
div.DivClassName
{
background-color: #AF106E;
}
.BgClassName
{
background-color: #AF106E;
}
</style>
border-color css
<style>
span { border-color: #AF106E; }
span { border-color: rgb(175,16,110); }
td.TdClassName
{
border-color: #AF106E;
}
.TagClassName
{
border-color: #AF106E;
}
</style>