Shades of Jazzberry Jam #AF166A
Tints of Jazzberry Jam #AF166A
RGB
CMYK
RGB Variations
Color information
#AF166A (or 0xAF166A) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 6A. RGB value is (175,22,106). Sum of RGB (Red+Green+Blue) = 175+22+106=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF166A is #50E995. Grayscale: #4D4D4D. Windows color (decimal): -5302678 or 6952623. OLE color: 6952623.
HSL color Cylindrical-coordinate representation of color #AF166A: hue angle of 327.06º 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 #AF166A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 106 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.31 |
| HSL | 327.06º | 0.78% | 0.39% | - |
| HSV(B) | 327.06º | 0.87% | 0.69% | - |
| XYZ | 20.57 | 10.73 | 14.62 | - |
| YUV | 77.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 106 | 0 | 0.87 | 0.39 | 0.31 | 327.06 | 0.78 | 0.39 |
| Hex | AF | 16 | 6A | 0 | 57 | 27 | 1F | 147 | 4E | 27 |
| Octal | 257 | 26 | 152 | 0 | 127 | 47 | 37 | 507 | 116 | 47 |
| Binary | 10101111 | 10110 | 1101010 | 0 | 1010111 | 100111 | 11111 | 101000111 | 1001110 | 100111 |
Color Harmonies of #AF166A
Complementary color
Monochromatic Colors of #AF166A
Black with #AF166A
Text Example
Text Example
White with #AF166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF166A; }
p { color: rgb(175,22,106); }
H1.HeaderClassName
{
color: #AF166A;
}
.AnyTagClassName
{
color: #AF166A;
}
</style>
background-color css
<style>
a { background-color: #AF166A; }
a { background-color: rgb(175,22,106); }
div.DivClassName
{
background-color: #AF166A;
}
.BgClassName
{
background-color: #AF166A;
}
</style>
border-color css
<style>
span { border-color: #AF166A; }
span { border-color: rgb(175,22,106); }
td.TdClassName
{
border-color: #AF166A;
}
.TagClassName
{
border-color: #AF166A;
}
</style>