Shades of Jazzberry Jam #AF086F
Tints of Jazzberry Jam #AF086F
RGB
CMYK
RGB Variations
Color information
#AF086F (or 0xAF086F) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 6F. RGB value is (175,8,111). Sum of RGB (Red+Green+Blue) = 175+8+111=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF086F is #50F790. Grayscale: #454545. Windows color (decimal): -5306257 or 7276719. OLE color: 7276719.
HSL color Cylindrical-coordinate representation of color #AF086F: hue angle of 322.99º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF086F is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 111 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.31 |
| HSL | 322.99º | 0.91% | 0.36% | - |
| HSV(B) | 322.99º | 0.95% | 0.69% | - |
| XYZ | 20.64 | 10.44 | 15.97 | - |
| YUV | 69.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 111 | 0 | 0.95 | 0.37 | 0.31 | 322.99 | 0.91 | 0.36 |
| Hex | AF | 8 | 6F | 0 | 5F | 25 | 1F | 143 | 5B | 24 |
| Octal | 257 | 10 | 157 | 0 | 137 | 45 | 37 | 503 | 133 | 44 |
| Binary | 10101111 | 1000 | 1101111 | 0 | 1011111 | 100101 | 11111 | 101000011 | 1011011 | 100100 |
Color Harmonies of #AF086F
Complementary color
Monochromatic Colors of #AF086F
Black with #AF086F
Text Example
Text Example
White with #AF086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF086F; }
p { color: rgb(175,8,111); }
H1.HeaderClassName
{
color: #AF086F;
}
.AnyTagClassName
{
color: #AF086F;
}
</style>
background-color css
<style>
a { background-color: #AF086F; }
a { background-color: rgb(175,8,111); }
div.DivClassName
{
background-color: #AF086F;
}
.BgClassName
{
background-color: #AF086F;
}
</style>
border-color css
<style>
span { border-color: #AF086F; }
span { border-color: rgb(175,8,111); }
td.TdClassName
{
border-color: #AF086F;
}
.TagClassName
{
border-color: #AF086F;
}
</style>