Shades of Jazzberry Jam #AF195A
Tints of Jazzberry Jam #AF195A
RGB
CMYK
RGB Variations
Color information
#AF195A (or 0xAF195A) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 5A. RGB value is (175,25,90). Sum of RGB (Red+Green+Blue) = 175+25+90=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF195A is #50E6A5. Grayscale: #4D4D4D. Windows color (decimal): -5301926 or 5904815. OLE color: 5904815.
HSL color Cylindrical-coordinate representation of color #AF195A: hue angle of 334º 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 #AF195A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 90 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.31 |
| HSL | 334º | 0.75% | 0.39% | - |
| HSV(B) | 334º | 0.86% | 0.69% | - |
| XYZ | 19.87 | 10.55 | 10.66 | - |
| YUV | 77.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 90 | 0 | 0.86 | 0.49 | 0.31 | 334 | 0.75 | 0.39 |
| Hex | AF | 19 | 5A | 0 | 56 | 31 | 1F | 14E | 4B | 27 |
| Octal | 257 | 31 | 132 | 0 | 126 | 61 | 37 | 516 | 113 | 47 |
| Binary | 10101111 | 11001 | 1011010 | 0 | 1010110 | 110001 | 11111 | 101001110 | 1001011 | 100111 |
Color Harmonies of #AF195A
Complementary color
Monochromatic Colors of #AF195A
Black with #AF195A
Text Example
Text Example
White with #AF195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF195A; }
p { color: rgb(175,25,90); }
H1.HeaderClassName
{
color: #AF195A;
}
.AnyTagClassName
{
color: #AF195A;
}
</style>
background-color css
<style>
a { background-color: #AF195A; }
a { background-color: rgb(175,25,90); }
div.DivClassName
{
background-color: #AF195A;
}
.BgClassName
{
background-color: #AF195A;
}
</style>
border-color css
<style>
span { border-color: #AF195A; }
span { border-color: rgb(175,25,90); }
td.TdClassName
{
border-color: #AF195A;
}
.TagClassName
{
border-color: #AF195A;
}
</style>