Shades of Jazzberry Jam #AF0B6C
Tints of Jazzberry Jam #AF0B6C
RGB
CMYK
RGB Variations
Color information
#AF0B6C (or 0xAF0B6C) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 6C. RGB value is (175,11,108). Sum of RGB (Red+Green+Blue) = 175+11+108=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B6C is #50F493. Grayscale: #464646. Windows color (decimal): -5305492 or 7080879. OLE color: 7080879.
HSL color Cylindrical-coordinate representation of color #AF0B6C: hue angle of 324.51º 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 #AF0B6C is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 108 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.31 |
| HSL | 324.51º | 0.88% | 0.36% | - |
| HSV(B) | 324.51º | 0.94% | 0.69% | - |
| XYZ | 20.51 | 10.44 | 15.12 | - |
| YUV | 71.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 108 | 0 | 0.94 | 0.38 | 0.31 | 324.51 | 0.88 | 0.36 |
| Hex | AF | B | 6C | 0 | 5E | 26 | 1F | 145 | 58 | 24 |
| Octal | 257 | 13 | 154 | 0 | 136 | 46 | 37 | 505 | 130 | 44 |
| Binary | 10101111 | 1011 | 1101100 | 0 | 1011110 | 100110 | 11111 | 101000101 | 1011000 | 100100 |
Color Harmonies of #AF0B6C
Complementary color
Monochromatic Colors of #AF0B6C
Black with #AF0B6C
Text Example
Text Example
White with #AF0B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B6C; }
p { color: rgb(175,11,108); }
H1.HeaderClassName
{
color: #AF0B6C;
}
.AnyTagClassName
{
color: #AF0B6C;
}
</style>
background-color css
<style>
a { background-color: #AF0B6C; }
a { background-color: rgb(175,11,108); }
div.DivClassName
{
background-color: #AF0B6C;
}
.BgClassName
{
background-color: #AF0B6C;
}
</style>
border-color css
<style>
span { border-color: #AF0B6C; }
span { border-color: rgb(175,11,108); }
td.TdClassName
{
border-color: #AF0B6C;
}
.TagClassName
{
border-color: #AF0B6C;
}
</style>