Shades of Jazzberry Jam #AF114C
Tints of Jazzberry Jam #AF114C
RGB
CMYK
RGB Variations
Color information
#AF114C (or 0xAF114C) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 4C. RGB value is (175,17,76). Sum of RGB (Red+Green+Blue) = 175+17+76=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF114C is #50EEB3. Grayscale: #464646. Windows color (decimal): -5303988 or 4985263. OLE color: 4985263.
HSL color Cylindrical-coordinate representation of color #AF114C: hue angle of 337.59º 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 #AF114C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 76 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.31 |
| HSL | 337.59º | 0.82% | 0.38% | - |
| HSV(B) | 337.59º | 0.9% | 0.69% | - |
| XYZ | 19.18 | 10.04 | 7.76 | - |
| YUV | 70.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 76 | 0 | 0.90 | 0.57 | 0.31 | 337.59 | 0.82 | 0.38 |
| Hex | AF | 11 | 4C | 0 | 5A | 39 | 1F | 152 | 52 | 26 |
| Octal | 257 | 21 | 114 | 0 | 132 | 71 | 37 | 522 | 122 | 46 |
| Binary | 10101111 | 10001 | 1001100 | 0 | 1011010 | 111001 | 11111 | 101010010 | 1010010 | 100110 |
Color Harmonies of #AF114C
Complementary color
Monochromatic Colors of #AF114C
Black with #AF114C
Text Example
Text Example
White with #AF114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF114C; }
p { color: rgb(175,17,76); }
H1.HeaderClassName
{
color: #AF114C;
}
.AnyTagClassName
{
color: #AF114C;
}
</style>
background-color css
<style>
a { background-color: #AF114C; }
a { background-color: rgb(175,17,76); }
div.DivClassName
{
background-color: #AF114C;
}
.BgClassName
{
background-color: #AF114C;
}
</style>
border-color css
<style>
span { border-color: #AF114C; }
span { border-color: rgb(175,17,76); }
td.TdClassName
{
border-color: #AF114C;
}
.TagClassName
{
border-color: #AF114C;
}
</style>