Shades of Jazzberry Jam #AF096E
Tints of Jazzberry Jam #AF096E
RGB
CMYK
RGB Variations
Color information
#AF096E (or 0xAF096E) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 6E. RGB value is (175,9,110). Sum of RGB (Red+Green+Blue) = 175+9+110=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF096E is #50F691. Grayscale: #454545. Windows color (decimal): -5306002 or 7211439. OLE color: 7211439.
HSL color Cylindrical-coordinate representation of color #AF096E: hue angle of 323.49º 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 #AF096E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.31 |
| HSL | 323.49º | 0.9% | 0.36% | - |
| HSV(B) | 323.49º | 0.95% | 0.69% | - |
| XYZ | 20.59 | 10.44 | 15.68 | - |
| YUV | 70.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 110 | 0 | 0.95 | 0.37 | 0.31 | 323.49 | 0.9 | 0.36 |
| Hex | AF | 9 | 6E | 0 | 5F | 25 | 1F | 143 | 5A | 24 |
| Octal | 257 | 11 | 156 | 0 | 137 | 45 | 37 | 503 | 132 | 44 |
| Binary | 10101111 | 1001 | 1101110 | 0 | 1011111 | 100101 | 11111 | 101000011 | 1011010 | 100100 |
Color Harmonies of #AF096E
Complementary color
Monochromatic Colors of #AF096E
Black with #AF096E
Text Example
Text Example
White with #AF096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF096E; }
p { color: rgb(175,9,110); }
H1.HeaderClassName
{
color: #AF096E;
}
.AnyTagClassName
{
color: #AF096E;
}
</style>
background-color css
<style>
a { background-color: #AF096E; }
a { background-color: rgb(175,9,110); }
div.DivClassName
{
background-color: #AF096E;
}
.BgClassName
{
background-color: #AF096E;
}
</style>
border-color css
<style>
span { border-color: #AF096E; }
span { border-color: rgb(175,9,110); }
td.TdClassName
{
border-color: #AF096E;
}
.TagClassName
{
border-color: #AF096E;
}
</style>