Shades of Jazzberry Jam #AF094C
Tints of Jazzberry Jam #AF094C
RGB
CMYK
RGB Variations
Color information
#AF094C (or 0xAF094C) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 4C. RGB value is (175,9,76). Sum of RGB (Red+Green+Blue) = 175+9+76=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF094C is #50F6B3. Grayscale: #424242. Windows color (decimal): -5306036 or 4983215. OLE color: 4983215.
HSL color Cylindrical-coordinate representation of color #AF094C: hue angle of 335.78º 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 #AF094C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 76 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.31 |
| HSL | 335.78º | 0.9% | 0.36% | - |
| HSV(B) | 335.78º | 0.95% | 0.69% | - |
| XYZ | 19.08 | 9.83 | 7.73 | - |
| YUV | 66.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 76 | 0 | 0.95 | 0.57 | 0.31 | 335.78 | 0.9 | 0.36 |
| Hex | AF | 9 | 4C | 0 | 5F | 39 | 1F | 150 | 5A | 24 |
| Octal | 257 | 11 | 114 | 0 | 137 | 71 | 37 | 520 | 132 | 44 |
| Binary | 10101111 | 1001 | 1001100 | 0 | 1011111 | 111001 | 11111 | 101010000 | 1011010 | 100100 |
Color Harmonies of #AF094C
Complementary color
Monochromatic Colors of #AF094C
Black with #AF094C
Text Example
Text Example
White with #AF094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF094C; }
p { color: rgb(175,9,76); }
H1.HeaderClassName
{
color: #AF094C;
}
.AnyTagClassName
{
color: #AF094C;
}
</style>
background-color css
<style>
a { background-color: #AF094C; }
a { background-color: rgb(175,9,76); }
div.DivClassName
{
background-color: #AF094C;
}
.BgClassName
{
background-color: #AF094C;
}
</style>
border-color css
<style>
span { border-color: #AF094C; }
span { border-color: rgb(175,9,76); }
td.TdClassName
{
border-color: #AF094C;
}
.TagClassName
{
border-color: #AF094C;
}
</style>