Shades of Jazzberry Jam #AF0C5D
Tints of Jazzberry Jam #AF0C5D
RGB
CMYK
RGB Variations
Color information
#AF0C5D (or 0xAF0C5D) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 5D. RGB value is (175,12,93). Sum of RGB (Red+Green+Blue) = 175+12+93=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C5D is #50F3A2. Grayscale: #454545. Windows color (decimal): -5305251 or 6098095. OLE color: 6098095.
HSL color Cylindrical-coordinate representation of color #AF0C5D: hue angle of 330.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C5D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 93 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.31 |
| HSL | 330.18º | 0.87% | 0.37% | - |
| HSV(B) | 330.18º | 0.93% | 0.69% | - |
| XYZ | 19.79 | 10.17 | 11.28 | - |
| YUV | 69.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 93 | 0 | 0.93 | 0.47 | 0.31 | 330.18 | 0.87 | 0.37 |
| Hex | AF | C | 5D | 0 | 5D | 2F | 1F | 14A | 57 | 25 |
| Octal | 257 | 14 | 135 | 0 | 135 | 57 | 37 | 512 | 127 | 45 |
| Binary | 10101111 | 1100 | 1011101 | 0 | 1011101 | 101111 | 11111 | 101001010 | 1010111 | 100101 |
Color Harmonies of #AF0C5D
Complementary color
Monochromatic Colors of #AF0C5D
Black with #AF0C5D
Text Example
Text Example
White with #AF0C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C5D; }
p { color: rgb(175,12,93); }
H1.HeaderClassName
{
color: #AF0C5D;
}
.AnyTagClassName
{
color: #AF0C5D;
}
</style>
background-color css
<style>
a { background-color: #AF0C5D; }
a { background-color: rgb(175,12,93); }
div.DivClassName
{
background-color: #AF0C5D;
}
.BgClassName
{
background-color: #AF0C5D;
}
</style>
border-color css
<style>
span { border-color: #AF0C5D; }
span { border-color: rgb(175,12,93); }
td.TdClassName
{
border-color: #AF0C5D;
}
.TagClassName
{
border-color: #AF0C5D;
}
</style>