Shades of Jazzberry Jam #AF124E
Tints of Jazzberry Jam #AF124E
RGB
CMYK
RGB Variations
Color information
#AF124E (or 0xAF124E) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 4E. RGB value is (175,18,78). Sum of RGB (Red+Green+Blue) = 175+18+78=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF124E is #50EDB1. Grayscale: #474747. Windows color (decimal): -5303730 or 5116591. OLE color: 5116591.
HSL color Cylindrical-coordinate representation of color #AF124E: hue angle of 337.07º degrees, saturation: 0.81, 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 #AF124E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 78 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.31 |
| HSL | 337.07º | 0.81% | 0.38% | - |
| HSV(B) | 337.07º | 0.9% | 0.69% | - |
| XYZ | 19.27 | 10.1 | 8.14 | - |
| YUV | 71.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 78 | 0 | 0.90 | 0.55 | 0.31 | 337.07 | 0.81 | 0.38 |
| Hex | AF | 12 | 4E | 0 | 5A | 37 | 1F | 151 | 51 | 26 |
| Octal | 257 | 22 | 116 | 0 | 132 | 67 | 37 | 521 | 121 | 46 |
| Binary | 10101111 | 10010 | 1001110 | 0 | 1011010 | 110111 | 11111 | 101010001 | 1010001 | 100110 |
Color Harmonies of #AF124E
Complementary color
Monochromatic Colors of #AF124E
Black with #AF124E
Text Example
Text Example
White with #AF124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF124E; }
p { color: rgb(175,18,78); }
H1.HeaderClassName
{
color: #AF124E;
}
.AnyTagClassName
{
color: #AF124E;
}
</style>
background-color css
<style>
a { background-color: #AF124E; }
a { background-color: rgb(175,18,78); }
div.DivClassName
{
background-color: #AF124E;
}
.BgClassName
{
background-color: #AF124E;
}
</style>
border-color css
<style>
span { border-color: #AF124E; }
span { border-color: rgb(175,18,78); }
td.TdClassName
{
border-color: #AF124E;
}
.TagClassName
{
border-color: #AF124E;
}
</style>