Shades of Jazzberry Jam #AF144E
Tints of Jazzberry Jam #AF144E
RGB
CMYK
RGB Variations
Color information
#AF144E (or 0xAF144E) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 4E. RGB value is (175,20,78). Sum of RGB (Red+Green+Blue) = 175+20+78=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF144E is #50EBB1. Grayscale: #484848. Windows color (decimal): -5303218 or 5117103. OLE color: 5117103.
HSL color Cylindrical-coordinate representation of color #AF144E: hue angle of 337.55º 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 #AF144E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 78 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.31 |
| HSL | 337.55º | 0.79% | 0.38% | - |
| HSV(B) | 337.55º | 0.89% | 0.69% | - |
| XYZ | 19.3 | 10.16 | 8.15 | - |
| YUV | 72.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 78 | 0 | 0.89 | 0.55 | 0.31 | 337.55 | 0.79 | 0.38 |
| Hex | AF | 14 | 4E | 0 | 59 | 37 | 1F | 152 | 4F | 26 |
| Octal | 257 | 24 | 116 | 0 | 131 | 67 | 37 | 522 | 117 | 46 |
| Binary | 10101111 | 10100 | 1001110 | 0 | 1011001 | 110111 | 11111 | 101010010 | 1001111 | 100110 |
Color Harmonies of #AF144E
Complementary color
Monochromatic Colors of #AF144E
Black with #AF144E
Text Example
Text Example
White with #AF144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF144E; }
p { color: rgb(175,20,78); }
H1.HeaderClassName
{
color: #AF144E;
}
.AnyTagClassName
{
color: #AF144E;
}
</style>
background-color css
<style>
a { background-color: #AF144E; }
a { background-color: rgb(175,20,78); }
div.DivClassName
{
background-color: #AF144E;
}
.BgClassName
{
background-color: #AF144E;
}
</style>
border-color css
<style>
span { border-color: #AF144E; }
span { border-color: rgb(175,20,78); }
td.TdClassName
{
border-color: #AF144E;
}
.TagClassName
{
border-color: #AF144E;
}
</style>