Shades of Jazzberry Jam #AF1453
Tints of Jazzberry Jam #AF1453
RGB
CMYK
RGB Variations
Color information
#AF1453 (or 0xAF1453) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 53. RGB value is (175,20,83). Sum of RGB (Red+Green+Blue) = 175+20+83=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1453 is #50EBAC. Grayscale: #494949. Windows color (decimal): -5303213 or 5444783. OLE color: 5444783.
HSL color Cylindrical-coordinate representation of color #AF1453: hue angle of 335.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1453 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 83 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.31 |
| HSL | 335.61º | 0.79% | 0.38% | - |
| HSV(B) | 335.61º | 0.89% | 0.69% | - |
| XYZ | 19.49 | 10.24 | 9.13 | - |
| YUV | 73.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 83 | 0 | 0.89 | 0.53 | 0.31 | 335.61 | 0.79 | 0.38 |
| Hex | AF | 14 | 53 | 0 | 59 | 35 | 1F | 150 | 4F | 26 |
| Octal | 257 | 24 | 123 | 0 | 131 | 65 | 37 | 520 | 117 | 46 |
| Binary | 10101111 | 10100 | 1010011 | 0 | 1011001 | 110101 | 11111 | 101010000 | 1001111 | 100110 |
Color Harmonies of #AF1453
Complementary color
Monochromatic Colors of #AF1453
Black with #AF1453
Text Example
Text Example
White with #AF1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1453; }
p { color: rgb(175,20,83); }
H1.HeaderClassName
{
color: #AF1453;
}
.AnyTagClassName
{
color: #AF1453;
}
</style>
background-color css
<style>
a { background-color: #AF1453; }
a { background-color: rgb(175,20,83); }
div.DivClassName
{
background-color: #AF1453;
}
.BgClassName
{
background-color: #AF1453;
}
</style>
border-color css
<style>
span { border-color: #AF1453; }
span { border-color: rgb(175,20,83); }
td.TdClassName
{
border-color: #AF1453;
}
.TagClassName
{
border-color: #AF1453;
}
</style>