Shades of Jazzberry Jam #AF166D
Tints of Jazzberry Jam #AF166D
RGB
CMYK
RGB Variations
Color information
#AF166D (or 0xAF166D) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 6D. RGB value is (175,22,109). Sum of RGB (Red+Green+Blue) = 175+22+109=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF166D is #50E992. Grayscale: #4D4D4D. Windows color (decimal): -5302675 or 7149231. OLE color: 7149231.
HSL color Cylindrical-coordinate representation of color #AF166D: hue angle of 325.88º 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 #AF166D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 109 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.31 |
| HSL | 325.88º | 0.78% | 0.39% | - |
| HSV(B) | 325.88º | 0.87% | 0.69% | - |
| XYZ | 20.73 | 10.79 | 15.46 | - |
| YUV | 77.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 109 | 0 | 0.87 | 0.38 | 0.31 | 325.88 | 0.78 | 0.39 |
| Hex | AF | 16 | 6D | 0 | 57 | 26 | 1F | 146 | 4E | 27 |
| Octal | 257 | 26 | 155 | 0 | 127 | 46 | 37 | 506 | 116 | 47 |
| Binary | 10101111 | 10110 | 1101101 | 0 | 1010111 | 100110 | 11111 | 101000110 | 1001110 | 100111 |
Color Harmonies of #AF166D
Complementary color
Monochromatic Colors of #AF166D
Black with #AF166D
Text Example
Text Example
White with #AF166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF166D; }
p { color: rgb(175,22,109); }
H1.HeaderClassName
{
color: #AF166D;
}
.AnyTagClassName
{
color: #AF166D;
}
</style>
background-color css
<style>
a { background-color: #AF166D; }
a { background-color: rgb(175,22,109); }
div.DivClassName
{
background-color: #AF166D;
}
.BgClassName
{
background-color: #AF166D;
}
</style>
border-color css
<style>
span { border-color: #AF166D; }
span { border-color: rgb(175,22,109); }
td.TdClassName
{
border-color: #AF166D;
}
.TagClassName
{
border-color: #AF166D;
}
</style>