Shades of Jazzberry Jam #AF0766
Tints of Jazzberry Jam #AF0766
RGB
CMYK
RGB Variations
Color information
#AF0766 (or 0xAF0766) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 66. RGB value is (175,7,102). Sum of RGB (Red+Green+Blue) = 175+7+102=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0766 is #50F899. Grayscale: #434343. Windows color (decimal): -5306522 or 6686639. OLE color: 6686639.
HSL color Cylindrical-coordinate representation of color #AF0766: hue angle of 326.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0766 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 102 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.31 |
| HSL | 326.07º | 0.92% | 0.36% | - |
| HSV(B) | 326.07º | 0.96% | 0.69% | - |
| XYZ | 20.15 | 10.23 | 13.48 | - |
| YUV | 68.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 102 | 0 | 0.96 | 0.42 | 0.31 | 326.07 | 0.92 | 0.36 |
| Hex | AF | 7 | 66 | 0 | 60 | 2A | 1F | 146 | 5C | 24 |
| Octal | 257 | 7 | 146 | 0 | 140 | 52 | 37 | 506 | 134 | 44 |
| Binary | 10101111 | 111 | 1100110 | 0 | 1100000 | 101010 | 11111 | 101000110 | 1011100 | 100100 |
Color Harmonies of #AF0766
Complementary color
Monochromatic Colors of #AF0766
Black with #AF0766
Text Example
Text Example
White with #AF0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0766; }
p { color: rgb(175,7,102); }
H1.HeaderClassName
{
color: #AF0766;
}
.AnyTagClassName
{
color: #AF0766;
}
</style>
background-color css
<style>
a { background-color: #AF0766; }
a { background-color: rgb(175,7,102); }
div.DivClassName
{
background-color: #AF0766;
}
.BgClassName
{
background-color: #AF0766;
}
</style>
border-color css
<style>
span { border-color: #AF0766; }
span { border-color: rgb(175,7,102); }
td.TdClassName
{
border-color: #AF0766;
}
.TagClassName
{
border-color: #AF0766;
}
</style>