Shades of Jazzberry Jam #AF086C
Tints of Jazzberry Jam #AF086C
RGB
CMYK
RGB Variations
Color information
#AF086C (or 0xAF086C) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 6C. RGB value is (175,8,108). Sum of RGB (Red+Green+Blue) = 175+8+108=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF086C is #50F793. Grayscale: #454545. Windows color (decimal): -5306260 or 7080111. OLE color: 7080111.
HSL color Cylindrical-coordinate representation of color #AF086C: hue angle of 324.07º 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 #AF086C is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 108 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.31 |
| HSL | 324.07º | 0.91% | 0.36% | - |
| HSV(B) | 324.07º | 0.95% | 0.69% | - |
| XYZ | 20.47 | 10.37 | 15.11 | - |
| YUV | 69.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 108 | 0 | 0.95 | 0.38 | 0.31 | 324.07 | 0.91 | 0.36 |
| Hex | AF | 8 | 6C | 0 | 5F | 26 | 1F | 144 | 5B | 24 |
| Octal | 257 | 10 | 154 | 0 | 137 | 46 | 37 | 504 | 133 | 44 |
| Binary | 10101111 | 1000 | 1101100 | 0 | 1011111 | 100110 | 11111 | 101000100 | 1011011 | 100100 |
Color Harmonies of #AF086C
Complementary color
Monochromatic Colors of #AF086C
Black with #AF086C
Text Example
Text Example
White with #AF086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF086C; }
p { color: rgb(175,8,108); }
H1.HeaderClassName
{
color: #AF086C;
}
.AnyTagClassName
{
color: #AF086C;
}
</style>
background-color css
<style>
a { background-color: #AF086C; }
a { background-color: rgb(175,8,108); }
div.DivClassName
{
background-color: #AF086C;
}
.BgClassName
{
background-color: #AF086C;
}
</style>
border-color css
<style>
span { border-color: #AF086C; }
span { border-color: rgb(175,8,108); }
td.TdClassName
{
border-color: #AF086C;
}
.TagClassName
{
border-color: #AF086C;
}
</style>