Shades of Jazzberry Jam #AF166C
Tints of Jazzberry Jam #AF166C
RGB
CMYK
RGB Variations
Color information
#AF166C (or 0xAF166C) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 6C. RGB value is (175,22,108). Sum of RGB (Red+Green+Blue) = 175+22+108=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF166C is #50E993. Grayscale: #4D4D4D. Windows color (decimal): -5302676 or 7083695. OLE color: 7083695.
HSL color Cylindrical-coordinate representation of color #AF166C: hue angle of 326.27º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF166C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 108 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.31 |
| HSL | 326.27º | 0.78% | 0.39% | - |
| HSV(B) | 326.27º | 0.87% | 0.69% | - |
| XYZ | 20.67 | 10.77 | 15.18 | - |
| YUV | 77.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 108 | 0 | 0.87 | 0.38 | 0.31 | 326.27 | 0.78 | 0.39 |
| Hex | AF | 16 | 6C | 0 | 57 | 26 | 1F | 146 | 4E | 27 |
| Octal | 257 | 26 | 154 | 0 | 127 | 46 | 37 | 506 | 116 | 47 |
| Binary | 10101111 | 10110 | 1101100 | 0 | 1010111 | 100110 | 11111 | 101000110 | 1001110 | 100111 |
Color Harmonies of #AF166C
Complementary color
Monochromatic Colors of #AF166C
Black with #AF166C
Text Example
Text Example
White with #AF166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF166C; }
p { color: rgb(175,22,108); }
H1.HeaderClassName
{
color: #AF166C;
}
.AnyTagClassName
{
color: #AF166C;
}
</style>
background-color css
<style>
a { background-color: #AF166C; }
a { background-color: rgb(175,22,108); }
div.DivClassName
{
background-color: #AF166C;
}
.BgClassName
{
background-color: #AF166C;
}
</style>
border-color css
<style>
span { border-color: #AF166C; }
span { border-color: rgb(175,22,108); }
td.TdClassName
{
border-color: #AF166C;
}
.TagClassName
{
border-color: #AF166C;
}
</style>