Shades of Jazzberry Jam #AF094D
Tints of Jazzberry Jam #AF094D
RGB
CMYK
RGB Variations
Color information
#AF094D (or 0xAF094D) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 4D. RGB value is (175,9,77). Sum of RGB (Red+Green+Blue) = 175+9+77=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF094D is #50F6B2. Grayscale: #424242. Windows color (decimal): -5306035 or 5048751. OLE color: 5048751.
HSL color Cylindrical-coordinate representation of color #AF094D: hue angle of 335.42º 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 #AF094D is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.31 |
| HSL | 335.42º | 0.9% | 0.36% | - |
| HSV(B) | 335.42º | 0.95% | 0.69% | - |
| XYZ | 19.12 | 9.85 | 7.91 | - |
| YUV | 66.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 77 | 0 | 0.95 | 0.56 | 0.31 | 335.42 | 0.9 | 0.36 |
| Hex | AF | 9 | 4D | 0 | 5F | 38 | 1F | 14F | 5A | 24 |
| Octal | 257 | 11 | 115 | 0 | 137 | 70 | 37 | 517 | 132 | 44 |
| Binary | 10101111 | 1001 | 1001101 | 0 | 1011111 | 111000 | 11111 | 101001111 | 1011010 | 100100 |
Color Harmonies of #AF094D
Complementary color
Monochromatic Colors of #AF094D
Black with #AF094D
Text Example
Text Example
White with #AF094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF094D; }
p { color: rgb(175,9,77); }
H1.HeaderClassName
{
color: #AF094D;
}
.AnyTagClassName
{
color: #AF094D;
}
</style>
background-color css
<style>
a { background-color: #AF094D; }
a { background-color: rgb(175,9,77); }
div.DivClassName
{
background-color: #AF094D;
}
.BgClassName
{
background-color: #AF094D;
}
</style>
border-color css
<style>
span { border-color: #AF094D; }
span { border-color: rgb(175,9,77); }
td.TdClassName
{
border-color: #AF094D;
}
.TagClassName
{
border-color: #AF094D;
}
</style>