Shades of Jazzberry Jam #AF086E
Tints of Jazzberry Jam #AF086E
RGB
CMYK
RGB Variations
Color information
#AF086E (or 0xAF086E) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 6E. RGB value is (175,8,110). Sum of RGB (Red+Green+Blue) = 175+8+110=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF086E is #50F791. Grayscale: #454545. Windows color (decimal): -5306258 or 7211183. OLE color: 7211183.
HSL color Cylindrical-coordinate representation of color #AF086E: hue angle of 323.35º 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 #AF086E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 110 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.31 |
| HSL | 323.35º | 0.91% | 0.36% | - |
| HSV(B) | 323.35º | 0.95% | 0.69% | - |
| XYZ | 20.58 | 10.41 | 15.68 | - |
| YUV | 69.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 110 | 0 | 0.95 | 0.37 | 0.31 | 323.35 | 0.91 | 0.36 |
| Hex | AF | 8 | 6E | 0 | 5F | 25 | 1F | 143 | 5B | 24 |
| Octal | 257 | 10 | 156 | 0 | 137 | 45 | 37 | 503 | 133 | 44 |
| Binary | 10101111 | 1000 | 1101110 | 0 | 1011111 | 100101 | 11111 | 101000011 | 1011011 | 100100 |
Color Harmonies of #AF086E
Complementary color
Monochromatic Colors of #AF086E
Black with #AF086E
Text Example
Text Example
White with #AF086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF086E; }
p { color: rgb(175,8,110); }
H1.HeaderClassName
{
color: #AF086E;
}
.AnyTagClassName
{
color: #AF086E;
}
</style>
background-color css
<style>
a { background-color: #AF086E; }
a { background-color: rgb(175,8,110); }
div.DivClassName
{
background-color: #AF086E;
}
.BgClassName
{
background-color: #AF086E;
}
</style>
border-color css
<style>
span { border-color: #AF086E; }
span { border-color: rgb(175,8,110); }
td.TdClassName
{
border-color: #AF086E;
}
.TagClassName
{
border-color: #AF086E;
}
</style>