Shades of Jazzberry Jam #AF115E
Tints of Jazzberry Jam #AF115E
RGB
CMYK
RGB Variations
Color information
#AF115E (or 0xAF115E) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 5E. RGB value is (175,17,94). Sum of RGB (Red+Green+Blue) = 175+17+94=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF115E is #50EEA1. Grayscale: #484848. Windows color (decimal): -5303970 or 6164911. OLE color: 6164911.
HSL color Cylindrical-coordinate representation of color #AF115E: hue angle of 330.76º 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 #AF115E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 94 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.31 |
| HSL | 330.76º | 0.82% | 0.38% | - |
| HSV(B) | 330.76º | 0.9% | 0.69% | - |
| XYZ | 19.9 | 10.32 | 11.53 | - |
| YUV | 73.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 94 | 0 | 0.90 | 0.46 | 0.31 | 330.76 | 0.82 | 0.38 |
| Hex | AF | 11 | 5E | 0 | 5A | 2E | 1F | 14B | 52 | 26 |
| Octal | 257 | 21 | 136 | 0 | 132 | 56 | 37 | 513 | 122 | 46 |
| Binary | 10101111 | 10001 | 1011110 | 0 | 1011010 | 101110 | 11111 | 101001011 | 1010010 | 100110 |
Color Harmonies of #AF115E
Complementary color
Monochromatic Colors of #AF115E
Black with #AF115E
Text Example
Text Example
White with #AF115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF115E; }
p { color: rgb(175,17,94); }
H1.HeaderClassName
{
color: #AF115E;
}
.AnyTagClassName
{
color: #AF115E;
}
</style>
background-color css
<style>
a { background-color: #AF115E; }
a { background-color: rgb(175,17,94); }
div.DivClassName
{
background-color: #AF115E;
}
.BgClassName
{
background-color: #AF115E;
}
</style>
border-color css
<style>
span { border-color: #AF115E; }
span { border-color: rgb(175,17,94); }
td.TdClassName
{
border-color: #AF115E;
}
.TagClassName
{
border-color: #AF115E;
}
</style>