Shades of Jazzberry Jam #AF076F
Tints of Jazzberry Jam #AF076F
RGB
CMYK
RGB Variations
Color information
#AF076F (or 0xAF076F) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 6F. RGB value is (175,7,111). Sum of RGB (Red+Green+Blue) = 175+7+111=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF076F is #50F890. Grayscale: #444444. Windows color (decimal): -5306513 or 7276463. OLE color: 7276463.
HSL color Cylindrical-coordinate representation of color #AF076F: hue angle of 322.86º 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 #AF076F is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.31 |
| HSL | 322.86º | 0.92% | 0.36% | - |
| HSV(B) | 322.86º | 0.96% | 0.69% | - |
| XYZ | 20.62 | 10.41 | 15.96 | - |
| YUV | 69.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 111 | 0 | 0.96 | 0.37 | 0.31 | 322.86 | 0.92 | 0.36 |
| Hex | AF | 7 | 6F | 0 | 60 | 25 | 1F | 143 | 5C | 24 |
| Octal | 257 | 7 | 157 | 0 | 140 | 45 | 37 | 503 | 134 | 44 |
| Binary | 10101111 | 111 | 1101111 | 0 | 1100000 | 100101 | 11111 | 101000011 | 1011100 | 100100 |
Color Harmonies of #AF076F
Complementary color
Monochromatic Colors of #AF076F
Black with #AF076F
Text Example
Text Example
White with #AF076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF076F; }
p { color: rgb(175,7,111); }
H1.HeaderClassName
{
color: #AF076F;
}
.AnyTagClassName
{
color: #AF076F;
}
</style>
background-color css
<style>
a { background-color: #AF076F; }
a { background-color: rgb(175,7,111); }
div.DivClassName
{
background-color: #AF076F;
}
.BgClassName
{
background-color: #AF076F;
}
</style>
border-color css
<style>
span { border-color: #AF076F; }
span { border-color: rgb(175,7,111); }
td.TdClassName
{
border-color: #AF076F;
}
.TagClassName
{
border-color: #AF076F;
}
</style>