Shades of Jazzberry Jam #AF0166
Tints of Jazzberry Jam #AF0166
RGB
CMYK
RGB Variations
Color information
#AF0166 (or 0xAF0166) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 66. RGB value is (175,1,102). Sum of RGB (Red+Green+Blue) = 175+1+102=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0166 is #50FE99. Grayscale: #404040. Windows color (decimal): -5308058 or 6685103. OLE color: 6685103.
HSL color Cylindrical-coordinate representation of color #AF0166: hue angle of 325.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0166 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.31 |
| HSL | 325.17º | 0.99% | 0.35% | - |
| HSV(B) | 325.17º | 0.99% | 0.69% | - |
| XYZ | 20.09 | 10.09 | 13.46 | - |
| YUV | 64.54 | 149.15 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 102 | 0 | 0.99 | 0.42 | 0.31 | 325.17 | 0.99 | 0.35 |
| Hex | AF | 1 | 66 | 0 | 63 | 2A | 1F | 145 | 63 | 23 |
| Octal | 257 | 1 | 146 | 0 | 143 | 52 | 37 | 505 | 143 | 43 |
| Binary | 10101111 | 1 | 1100110 | 0 | 1100011 | 101010 | 11111 | 101000101 | 1100011 | 100011 |
Color Harmonies of #AF0166
Complementary color
Monochromatic Colors of #AF0166
Black with #AF0166
Text Example
Text Example
White with #AF0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0166; }
p { color: rgb(175,1,102); }
H1.HeaderClassName
{
color: #AF0166;
}
.AnyTagClassName
{
color: #AF0166;
}
</style>
background-color css
<style>
a { background-color: #AF0166; }
a { background-color: rgb(175,1,102); }
div.DivClassName
{
background-color: #AF0166;
}
.BgClassName
{
background-color: #AF0166;
}
</style>
border-color css
<style>
span { border-color: #AF0166; }
span { border-color: rgb(175,1,102); }
td.TdClassName
{
border-color: #AF0166;
}
.TagClassName
{
border-color: #AF0166;
}
</style>