Shades of Jazzberry Jam #AF195D
Tints of Jazzberry Jam #AF195D
RGB
CMYK
RGB Variations
Color information
#AF195D (or 0xAF195D) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 5D. RGB value is (175,25,93). Sum of RGB (Red+Green+Blue) = 175+25+93=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF195D is #50E6A2. Grayscale: #4D4D4D. Windows color (decimal): -5301923 or 6101423. OLE color: 6101423.
HSL color Cylindrical-coordinate representation of color #AF195D: hue angle of 332.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF195D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 93 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.31 |
| HSL | 332.8º | 0.75% | 0.39% | - |
| HSV(B) | 332.8º | 0.86% | 0.69% | - |
| XYZ | 20 | 10.6 | 11.35 | - |
| YUV | 77.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 93 | 0 | 0.86 | 0.47 | 0.31 | 332.8 | 0.75 | 0.39 |
| Hex | AF | 19 | 5D | 0 | 56 | 2F | 1F | 14D | 4B | 27 |
| Octal | 257 | 31 | 135 | 0 | 126 | 57 | 37 | 515 | 113 | 47 |
| Binary | 10101111 | 11001 | 1011101 | 0 | 1010110 | 101111 | 11111 | 101001101 | 1001011 | 100111 |
Color Harmonies of #AF195D
Complementary color
Monochromatic Colors of #AF195D
Black with #AF195D
Text Example
Text Example
White with #AF195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF195D; }
p { color: rgb(175,25,93); }
H1.HeaderClassName
{
color: #AF195D;
}
.AnyTagClassName
{
color: #AF195D;
}
</style>
background-color css
<style>
a { background-color: #AF195D; }
a { background-color: rgb(175,25,93); }
div.DivClassName
{
background-color: #AF195D;
}
.BgClassName
{
background-color: #AF195D;
}
</style>
border-color css
<style>
span { border-color: #AF195D; }
span { border-color: rgb(175,25,93); }
td.TdClassName
{
border-color: #AF195D;
}
.TagClassName
{
border-color: #AF195D;
}
</style>