Shades of Jazzberry Jam #AF116B
Tints of Jazzberry Jam #AF116B
RGB
CMYK
RGB Variations
Color information
#AF116B (or 0xAF116B) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 6B. RGB value is (175,17,107). Sum of RGB (Red+Green+Blue) = 175+17+107=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF116B is #50EE94. Grayscale: #4A4A4A. Windows color (decimal): -5303957 or 7016879. OLE color: 7016879.
HSL color Cylindrical-coordinate representation of color #AF116B: hue angle of 325.82º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF116B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 107 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.31 |
| HSL | 325.82º | 0.82% | 0.38% | - |
| HSV(B) | 325.82º | 0.9% | 0.69% | - |
| XYZ | 20.53 | 10.58 | 14.87 | - |
| YUV | 74.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 107 | 0 | 0.90 | 0.39 | 0.31 | 325.82 | 0.82 | 0.38 |
| Hex | AF | 11 | 6B | 0 | 5A | 27 | 1F | 146 | 52 | 26 |
| Octal | 257 | 21 | 153 | 0 | 132 | 47 | 37 | 506 | 122 | 46 |
| Binary | 10101111 | 10001 | 1101011 | 0 | 1011010 | 100111 | 11111 | 101000110 | 1010010 | 100110 |
Color Harmonies of #AF116B
Complementary color
Monochromatic Colors of #AF116B
Black with #AF116B
Text Example
Text Example
White with #AF116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF116B; }
p { color: rgb(175,17,107); }
H1.HeaderClassName
{
color: #AF116B;
}
.AnyTagClassName
{
color: #AF116B;
}
</style>
background-color css
<style>
a { background-color: #AF116B; }
a { background-color: rgb(175,17,107); }
div.DivClassName
{
background-color: #AF116B;
}
.BgClassName
{
background-color: #AF116B;
}
</style>
border-color css
<style>
span { border-color: #AF116B; }
span { border-color: rgb(175,17,107); }
td.TdClassName
{
border-color: #AF116B;
}
.TagClassName
{
border-color: #AF116B;
}
</style>