Shades of Jazzberry Jam #AF0B5E
Tints of Jazzberry Jam #AF0B5E
RGB
CMYK
RGB Variations
Color information
#AF0B5E (or 0xAF0B5E) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 5E. RGB value is (175,11,94). Sum of RGB (Red+Green+Blue) = 175+11+94=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B5E is #50F4A1. Grayscale: #454545. Windows color (decimal): -5305506 or 6163375. OLE color: 6163375.
HSL color Cylindrical-coordinate representation of color #AF0B5E: hue angle of 329.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B5E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 94 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.31 |
| HSL | 329.63º | 0.88% | 0.36% | - |
| HSV(B) | 329.63º | 0.94% | 0.69% | - |
| XYZ | 19.82 | 10.16 | 11.51 | - |
| YUV | 69.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 94 | 0 | 0.94 | 0.46 | 0.31 | 329.63 | 0.88 | 0.36 |
| Hex | AF | B | 5E | 0 | 5E | 2E | 1F | 14A | 58 | 24 |
| Octal | 257 | 13 | 136 | 0 | 136 | 56 | 37 | 512 | 130 | 44 |
| Binary | 10101111 | 1011 | 1011110 | 0 | 1011110 | 101110 | 11111 | 101001010 | 1011000 | 100100 |
Color Harmonies of #AF0B5E
Complementary color
Monochromatic Colors of #AF0B5E
Black with #AF0B5E
Text Example
Text Example
White with #AF0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B5E; }
p { color: rgb(175,11,94); }
H1.HeaderClassName
{
color: #AF0B5E;
}
.AnyTagClassName
{
color: #AF0B5E;
}
</style>
background-color css
<style>
a { background-color: #AF0B5E; }
a { background-color: rgb(175,11,94); }
div.DivClassName
{
background-color: #AF0B5E;
}
.BgClassName
{
background-color: #AF0B5E;
}
</style>
border-color css
<style>
span { border-color: #AF0B5E; }
span { border-color: rgb(175,11,94); }
td.TdClassName
{
border-color: #AF0B5E;
}
.TagClassName
{
border-color: #AF0B5E;
}
</style>