Shades of Jazzberry Jam #AF155E
Tints of Jazzberry Jam #AF155E
RGB
CMYK
RGB Variations
Color information
#AF155E (or 0xAF155E) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 5E. RGB value is (175,21,94). Sum of RGB (Red+Green+Blue) = 175+21+94=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF155E is #50EAA1. Grayscale: #4B4B4B. Windows color (decimal): -5302946 or 6165935. OLE color: 6165935.
HSL color Cylindrical-coordinate representation of color #AF155E: hue angle of 331.56º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF155E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 94 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.31 |
| HSL | 331.56º | 0.79% | 0.38% | - |
| HSV(B) | 331.56º | 0.88% | 0.69% | - |
| XYZ | 19.97 | 10.46 | 11.56 | - |
| YUV | 75.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 94 | 0 | 0.88 | 0.46 | 0.31 | 331.56 | 0.79 | 0.38 |
| Hex | AF | 15 | 5E | 0 | 58 | 2E | 1F | 14C | 4F | 26 |
| Octal | 257 | 25 | 136 | 0 | 130 | 56 | 37 | 514 | 117 | 46 |
| Binary | 10101111 | 10101 | 1011110 | 0 | 1011000 | 101110 | 11111 | 101001100 | 1001111 | 100110 |
Color Harmonies of #AF155E
Complementary color
Monochromatic Colors of #AF155E
Black with #AF155E
Text Example
Text Example
White with #AF155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF155E; }
p { color: rgb(175,21,94); }
H1.HeaderClassName
{
color: #AF155E;
}
.AnyTagClassName
{
color: #AF155E;
}
</style>
background-color css
<style>
a { background-color: #AF155E; }
a { background-color: rgb(175,21,94); }
div.DivClassName
{
background-color: #AF155E;
}
.BgClassName
{
background-color: #AF155E;
}
</style>
border-color css
<style>
span { border-color: #AF155E; }
span { border-color: rgb(175,21,94); }
td.TdClassName
{
border-color: #AF155E;
}
.TagClassName
{
border-color: #AF155E;
}
</style>