Shades of Jazzberry Jam #AF156C
Tints of Jazzberry Jam #AF156C
RGB
CMYK
RGB Variations
Color information
#AF156C (or 0xAF156C) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 6C. RGB value is (175,21,108). Sum of RGB (Red+Green+Blue) = 175+21+108=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF156C is #50EA93. Grayscale: #4C4C4C. Windows color (decimal): -5302932 or 7083439. OLE color: 7083439.
HSL color Cylindrical-coordinate representation of color #AF156C: hue angle of 326.1º 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 #AF156C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 108 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.31 |
| HSL | 326.1º | 0.79% | 0.38% | - |
| HSV(B) | 326.1º | 0.88% | 0.69% | - |
| XYZ | 20.65 | 10.73 | 15.17 | - |
| YUV | 76.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 108 | 0 | 0.88 | 0.38 | 0.31 | 326.1 | 0.79 | 0.38 |
| Hex | AF | 15 | 6C | 0 | 58 | 26 | 1F | 146 | 4F | 26 |
| Octal | 257 | 25 | 154 | 0 | 130 | 46 | 37 | 506 | 117 | 46 |
| Binary | 10101111 | 10101 | 1101100 | 0 | 1011000 | 100110 | 11111 | 101000110 | 1001111 | 100110 |
Color Harmonies of #AF156C
Complementary color
Monochromatic Colors of #AF156C
Black with #AF156C
Text Example
Text Example
White with #AF156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF156C; }
p { color: rgb(175,21,108); }
H1.HeaderClassName
{
color: #AF156C;
}
.AnyTagClassName
{
color: #AF156C;
}
</style>
background-color css
<style>
a { background-color: #AF156C; }
a { background-color: rgb(175,21,108); }
div.DivClassName
{
background-color: #AF156C;
}
.BgClassName
{
background-color: #AF156C;
}
</style>
border-color css
<style>
span { border-color: #AF156C; }
span { border-color: rgb(175,21,108); }
td.TdClassName
{
border-color: #AF156C;
}
.TagClassName
{
border-color: #AF156C;
}
</style>