Shades of Jazzberry Jam #AF116E
Tints of Jazzberry Jam #AF116E
RGB
CMYK
RGB Variations
Color information
#AF116E (or 0xAF116E) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 6E. RGB value is (175,17,110). Sum of RGB (Red+Green+Blue) = 175+17+110=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF116E is #50EE91. Grayscale: #4A4A4A. Windows color (decimal): -5303954 or 7213487. OLE color: 7213487.
HSL color Cylindrical-coordinate representation of color #AF116E: hue angle of 324.68º 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 #AF116E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 110 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.31 |
| HSL | 324.68º | 0.82% | 0.38% | - |
| HSV(B) | 324.68º | 0.9% | 0.69% | - |
| XYZ | 20.69 | 10.64 | 15.72 | - |
| YUV | 74.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 110 | 0 | 0.90 | 0.37 | 0.31 | 324.68 | 0.82 | 0.38 |
| Hex | AF | 11 | 6E | 0 | 5A | 25 | 1F | 145 | 52 | 26 |
| Octal | 257 | 21 | 156 | 0 | 132 | 45 | 37 | 505 | 122 | 46 |
| Binary | 10101111 | 10001 | 1101110 | 0 | 1011010 | 100101 | 11111 | 101000101 | 1010010 | 100110 |
Color Harmonies of #AF116E
Complementary color
Monochromatic Colors of #AF116E
Black with #AF116E
Text Example
Text Example
White with #AF116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF116E; }
p { color: rgb(175,17,110); }
H1.HeaderClassName
{
color: #AF116E;
}
.AnyTagClassName
{
color: #AF116E;
}
</style>
background-color css
<style>
a { background-color: #AF116E; }
a { background-color: rgb(175,17,110); }
div.DivClassName
{
background-color: #AF116E;
}
.BgClassName
{
background-color: #AF116E;
}
</style>
border-color css
<style>
span { border-color: #AF116E; }
span { border-color: rgb(175,17,110); }
td.TdClassName
{
border-color: #AF116E;
}
.TagClassName
{
border-color: #AF116E;
}
</style>