Shades of Jazzberry Jam #AF144D
Tints of Jazzberry Jam #AF144D
RGB
CMYK
RGB Variations
Color information
#AF144D (or 0xAF144D) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 4D. RGB value is (175,20,77). Sum of RGB (Red+Green+Blue) = 175+20+77=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF144D is #50EBB2. Grayscale: #484848. Windows color (decimal): -5303219 or 5051567. OLE color: 5051567.
HSL color Cylindrical-coordinate representation of color #AF144D: hue angle of 337.94º 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 #AF144D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 77 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.31 |
| HSL | 337.94º | 0.79% | 0.38% | - |
| HSV(B) | 337.94º | 0.89% | 0.69% | - |
| XYZ | 19.27 | 10.15 | 7.96 | - |
| YUV | 72.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 77 | 0 | 0.89 | 0.56 | 0.31 | 337.94 | 0.79 | 0.38 |
| Hex | AF | 14 | 4D | 0 | 59 | 38 | 1F | 152 | 4F | 26 |
| Octal | 257 | 24 | 115 | 0 | 131 | 70 | 37 | 522 | 117 | 46 |
| Binary | 10101111 | 10100 | 1001101 | 0 | 1011001 | 111000 | 11111 | 101010010 | 1001111 | 100110 |
Color Harmonies of #AF144D
Complementary color
Monochromatic Colors of #AF144D
Black with #AF144D
Text Example
Text Example
White with #AF144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF144D; }
p { color: rgb(175,20,77); }
H1.HeaderClassName
{
color: #AF144D;
}
.AnyTagClassName
{
color: #AF144D;
}
</style>
background-color css
<style>
a { background-color: #AF144D; }
a { background-color: rgb(175,20,77); }
div.DivClassName
{
background-color: #AF144D;
}
.BgClassName
{
background-color: #AF144D;
}
</style>
border-color css
<style>
span { border-color: #AF144D; }
span { border-color: rgb(175,20,77); }
td.TdClassName
{
border-color: #AF144D;
}
.TagClassName
{
border-color: #AF144D;
}
</style>