Shades of Jazzberry Jam #AF115B
Tints of Jazzberry Jam #AF115B
RGB
CMYK
RGB Variations
Color information
#AF115B (or 0xAF115B) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 5B. RGB value is (175,17,91). Sum of RGB (Red+Green+Blue) = 175+17+91=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF115B is #50EEA4. Grayscale: #484848. Windows color (decimal): -5303973 or 5968303. OLE color: 5968303.
HSL color Cylindrical-coordinate representation of color #AF115B: hue angle of 331.9º 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 #AF115B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 91 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.31 |
| HSL | 331.9º | 0.82% | 0.38% | - |
| HSV(B) | 331.9º | 0.9% | 0.69% | - |
| XYZ | 19.77 | 10.27 | 10.84 | - |
| YUV | 72.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 91 | 0 | 0.90 | 0.48 | 0.31 | 331.9 | 0.82 | 0.38 |
| Hex | AF | 11 | 5B | 0 | 5A | 30 | 1F | 14C | 52 | 26 |
| Octal | 257 | 21 | 133 | 0 | 132 | 60 | 37 | 514 | 122 | 46 |
| Binary | 10101111 | 10001 | 1011011 | 0 | 1011010 | 110000 | 11111 | 101001100 | 1010010 | 100110 |
Color Harmonies of #AF115B
Complementary color
Monochromatic Colors of #AF115B
Black with #AF115B
Text Example
Text Example
White with #AF115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF115B; }
p { color: rgb(175,17,91); }
H1.HeaderClassName
{
color: #AF115B;
}
.AnyTagClassName
{
color: #AF115B;
}
</style>
background-color css
<style>
a { background-color: #AF115B; }
a { background-color: rgb(175,17,91); }
div.DivClassName
{
background-color: #AF115B;
}
.BgClassName
{
background-color: #AF115B;
}
</style>
border-color css
<style>
span { border-color: #AF115B; }
span { border-color: rgb(175,17,91); }
td.TdClassName
{
border-color: #AF115B;
}
.TagClassName
{
border-color: #AF115B;
}
</style>