Shades of Jazzberry Jam #AF124B
Tints of Jazzberry Jam #AF124B
RGB
CMYK
RGB Variations
Color information
#AF124B (or 0xAF124B) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 4B. RGB value is (175,18,75). Sum of RGB (Red+Green+Blue) = 175+18+75=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF124B is #50EDB4. Grayscale: #474747. Windows color (decimal): -5303733 or 4919983. OLE color: 4919983.
HSL color Cylindrical-coordinate representation of color #AF124B: hue angle of 338.22º 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 #AF124B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 75 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.31 |
| HSL | 338.22º | 0.81% | 0.38% | - |
| HSV(B) | 338.22º | 0.9% | 0.69% | - |
| XYZ | 19.17 | 10.05 | 7.59 | - |
| YUV | 71.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 75 | 0 | 0.90 | 0.57 | 0.31 | 338.22 | 0.81 | 0.38 |
| Hex | AF | 12 | 4B | 0 | 5A | 39 | 1F | 152 | 51 | 26 |
| Octal | 257 | 22 | 113 | 0 | 132 | 71 | 37 | 522 | 121 | 46 |
| Binary | 10101111 | 10010 | 1001011 | 0 | 1011010 | 111001 | 11111 | 101010010 | 1010001 | 100110 |
Color Harmonies of #AF124B
Complementary color
Monochromatic Colors of #AF124B
Black with #AF124B
Text Example
Text Example
White with #AF124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF124B; }
p { color: rgb(175,18,75); }
H1.HeaderClassName
{
color: #AF124B;
}
.AnyTagClassName
{
color: #AF124B;
}
</style>
background-color css
<style>
a { background-color: #AF124B; }
a { background-color: rgb(175,18,75); }
div.DivClassName
{
background-color: #AF124B;
}
.BgClassName
{
background-color: #AF124B;
}
</style>
border-color css
<style>
span { border-color: #AF124B; }
span { border-color: rgb(175,18,75); }
td.TdClassName
{
border-color: #AF124B;
}
.TagClassName
{
border-color: #AF124B;
}
</style>