Shades of Jazzberry Jam #AF0953
Tints of Jazzberry Jam #AF0953
RGB
CMYK
RGB Variations
Color information
#AF0953 (or 0xAF0953) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 53. RGB value is (175,9,83). Sum of RGB (Red+Green+Blue) = 175+9+83=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0953 is #50F6AC. Grayscale: #424242. Windows color (decimal): -5306029 or 5441967. OLE color: 5441967.
HSL color Cylindrical-coordinate representation of color #AF0953: hue angle of 333.25º 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 #AF0953 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 83 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.31 |
| HSL | 333.25º | 0.9% | 0.36% | - |
| HSV(B) | 333.25º | 0.95% | 0.69% | - |
| XYZ | 19.34 | 9.93 | 9.08 | - |
| YUV | 67.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 83 | 0 | 0.95 | 0.53 | 0.31 | 333.25 | 0.9 | 0.36 |
| Hex | AF | 9 | 53 | 0 | 5F | 35 | 1F | 14D | 5A | 24 |
| Octal | 257 | 11 | 123 | 0 | 137 | 65 | 37 | 515 | 132 | 44 |
| Binary | 10101111 | 1001 | 1010011 | 0 | 1011111 | 110101 | 11111 | 101001101 | 1011010 | 100100 |
Color Harmonies of #AF0953
Complementary color
Monochromatic Colors of #AF0953
Black with #AF0953
Text Example
Text Example
White with #AF0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0953; }
p { color: rgb(175,9,83); }
H1.HeaderClassName
{
color: #AF0953;
}
.AnyTagClassName
{
color: #AF0953;
}
</style>
background-color css
<style>
a { background-color: #AF0953; }
a { background-color: rgb(175,9,83); }
div.DivClassName
{
background-color: #AF0953;
}
.BgClassName
{
background-color: #AF0953;
}
</style>
border-color css
<style>
span { border-color: #AF0953; }
span { border-color: rgb(175,9,83); }
td.TdClassName
{
border-color: #AF0953;
}
.TagClassName
{
border-color: #AF0953;
}
</style>