Shades of Jazzberry Jam #AF1254
Tints of Jazzberry Jam #AF1254
RGB
CMYK
RGB Variations
Color information
#AF1254 (or 0xAF1254) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 54. RGB value is (175,18,84). Sum of RGB (Red+Green+Blue) = 175+18+84=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1254 is #50EDAB. Grayscale: #484848. Windows color (decimal): -5303724 or 5509807. OLE color: 5509807.
HSL color Cylindrical-coordinate representation of color #AF1254: hue angle of 334.78º 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 #AF1254 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 84 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.31 |
| HSL | 334.78º | 0.81% | 0.38% | - |
| HSV(B) | 334.78º | 0.9% | 0.69% | - |
| XYZ | 19.5 | 10.19 | 9.33 | - |
| YUV | 72.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 84 | 0 | 0.90 | 0.52 | 0.31 | 334.78 | 0.81 | 0.38 |
| Hex | AF | 12 | 54 | 0 | 5A | 34 | 1F | 14F | 51 | 26 |
| Octal | 257 | 22 | 124 | 0 | 132 | 64 | 37 | 517 | 121 | 46 |
| Binary | 10101111 | 10010 | 1010100 | 0 | 1011010 | 110100 | 11111 | 101001111 | 1010001 | 100110 |
Color Harmonies of #AF1254
Complementary color
Monochromatic Colors of #AF1254
Black with #AF1254
Text Example
Text Example
White with #AF1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1254; }
p { color: rgb(175,18,84); }
H1.HeaderClassName
{
color: #AF1254;
}
.AnyTagClassName
{
color: #AF1254;
}
</style>
background-color css
<style>
a { background-color: #AF1254; }
a { background-color: rgb(175,18,84); }
div.DivClassName
{
background-color: #AF1254;
}
.BgClassName
{
background-color: #AF1254;
}
</style>
border-color css
<style>
span { border-color: #AF1254; }
span { border-color: rgb(175,18,84); }
td.TdClassName
{
border-color: #AF1254;
}
.TagClassName
{
border-color: #AF1254;
}
</style>