Shades of Jazzberry Jam #AF1166
Tints of Jazzberry Jam #AF1166
RGB
CMYK
RGB Variations
Color information
#AF1166 (or 0xAF1166) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 66. RGB value is (175,17,102). Sum of RGB (Red+Green+Blue) = 175+17+102=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1166 is #50EE99. Grayscale: #494949. Windows color (decimal): -5303962 or 6689199. OLE color: 6689199.
HSL color Cylindrical-coordinate representation of color #AF1166: hue angle of 327.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1166 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 102 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.31 |
| HSL | 327.72º | 0.82% | 0.38% | - |
| HSV(B) | 327.72º | 0.9% | 0.69% | - |
| XYZ | 20.28 | 10.47 | 13.52 | - |
| YUV | 73.93 | 143.85 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 102 | 0 | 0.90 | 0.42 | 0.31 | 327.72 | 0.82 | 0.38 |
| Hex | AF | 11 | 66 | 0 | 5A | 2A | 1F | 148 | 52 | 26 |
| Octal | 257 | 21 | 146 | 0 | 132 | 52 | 37 | 510 | 122 | 46 |
| Binary | 10101111 | 10001 | 1100110 | 0 | 1011010 | 101010 | 11111 | 101001000 | 1010010 | 100110 |
Color Harmonies of #AF1166
Complementary color
Monochromatic Colors of #AF1166
Black with #AF1166
Text Example
Text Example
White with #AF1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1166; }
p { color: rgb(175,17,102); }
H1.HeaderClassName
{
color: #AF1166;
}
.AnyTagClassName
{
color: #AF1166;
}
</style>
background-color css
<style>
a { background-color: #AF1166; }
a { background-color: rgb(175,17,102); }
div.DivClassName
{
background-color: #AF1166;
}
.BgClassName
{
background-color: #AF1166;
}
</style>
border-color css
<style>
span { border-color: #AF1166; }
span { border-color: rgb(175,17,102); }
td.TdClassName
{
border-color: #AF1166;
}
.TagClassName
{
border-color: #AF1166;
}
</style>