Shades of Jazzberry Jam #AF096D
Tints of Jazzberry Jam #AF096D
RGB
CMYK
RGB Variations
Color information
#AF096D (or 0xAF096D) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 6D. RGB value is (175,9,109). Sum of RGB (Red+Green+Blue) = 175+9+109=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF096D is #50F692. Grayscale: #454545. Windows color (decimal): -5306003 or 7145903. OLE color: 7145903.
HSL color Cylindrical-coordinate representation of color #AF096D: hue angle of 323.86º degrees, saturation: 0.9, 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 #AF096D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.31 |
| HSL | 323.86º | 0.9% | 0.36% | - |
| HSV(B) | 323.86º | 0.95% | 0.69% | - |
| XYZ | 20.54 | 10.41 | 15.4 | - |
| YUV | 70.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 109 | 0 | 0.95 | 0.38 | 0.31 | 323.86 | 0.9 | 0.36 |
| Hex | AF | 9 | 6D | 0 | 5F | 26 | 1F | 144 | 5A | 24 |
| Octal | 257 | 11 | 155 | 0 | 137 | 46 | 37 | 504 | 132 | 44 |
| Binary | 10101111 | 1001 | 1101101 | 0 | 1011111 | 100110 | 11111 | 101000100 | 1011010 | 100100 |
Color Harmonies of #AF096D
Complementary color
Monochromatic Colors of #AF096D
Black with #AF096D
Text Example
Text Example
White with #AF096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF096D; }
p { color: rgb(175,9,109); }
H1.HeaderClassName
{
color: #AF096D;
}
.AnyTagClassName
{
color: #AF096D;
}
</style>
background-color css
<style>
a { background-color: #AF096D; }
a { background-color: rgb(175,9,109); }
div.DivClassName
{
background-color: #AF096D;
}
.BgClassName
{
background-color: #AF096D;
}
</style>
border-color css
<style>
span { border-color: #AF096D; }
span { border-color: rgb(175,9,109); }
td.TdClassName
{
border-color: #AF096D;
}
.TagClassName
{
border-color: #AF096D;
}
</style>