Shades of Jazzberry Jam #AF0955
Tints of Jazzberry Jam #AF0955
RGB
CMYK
RGB Variations
Color information
#AF0955 (or 0xAF0955) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 55. RGB value is (175,9,85). Sum of RGB (Red+Green+Blue) = 175+9+85=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0955 is #50F6AA. Grayscale: #434343. Windows color (decimal): -5306027 or 5573039. OLE color: 5573039.
HSL color Cylindrical-coordinate representation of color #AF0955: hue angle of 332.53º 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 #AF0955 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.31 |
| HSL | 332.53º | 0.9% | 0.36% | - |
| HSV(B) | 332.53º | 0.95% | 0.69% | - |
| XYZ | 19.42 | 9.97 | 9.49 | - |
| YUV | 67.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 85 | 0 | 0.95 | 0.51 | 0.31 | 332.53 | 0.9 | 0.36 |
| Hex | AF | 9 | 55 | 0 | 5F | 33 | 1F | 14D | 5A | 24 |
| Octal | 257 | 11 | 125 | 0 | 137 | 63 | 37 | 515 | 132 | 44 |
| Binary | 10101111 | 1001 | 1010101 | 0 | 1011111 | 110011 | 11111 | 101001101 | 1011010 | 100100 |
Color Harmonies of #AF0955
Complementary color
Monochromatic Colors of #AF0955
Black with #AF0955
Text Example
Text Example
White with #AF0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0955; }
p { color: rgb(175,9,85); }
H1.HeaderClassName
{
color: #AF0955;
}
.AnyTagClassName
{
color: #AF0955;
}
</style>
background-color css
<style>
a { background-color: #AF0955; }
a { background-color: rgb(175,9,85); }
div.DivClassName
{
background-color: #AF0955;
}
.BgClassName
{
background-color: #AF0955;
}
</style>
border-color css
<style>
span { border-color: #AF0955; }
span { border-color: rgb(175,9,85); }
td.TdClassName
{
border-color: #AF0955;
}
.TagClassName
{
border-color: #AF0955;
}
</style>