Shades of Jazzberry Jam #AF005B
Tints of Jazzberry Jam #AF005B
RGB
CMYK
RGB Variations
Color information
#AF005B (or 0xAF005B) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 5B. RGB value is (175,0,91). Sum of RGB (Red+Green+Blue) = 175+0+91=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF005B is #50FFA4. Grayscale: #3E3E3E. Windows color (decimal): -5308325 or 5963951. OLE color: 5963951.
HSL color Cylindrical-coordinate representation of color #AF005B: hue angle of 328.8º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF005B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.48 | 0.31 |
| HSL | 328.8º | 1% | 0.34% | - |
| HSV(B) | 328.8º | 1% | 0.69% | - |
| XYZ | 19.57 | 9.87 | 10.77 | - |
| YUV | 62.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 91 | 0 | 1 | 0.48 | 0.31 | 328.8 | 1 | 0.34 |
| Hex | AF | 0 | 5B | 0 | 64 | 30 | 1F | 149 | 64 | 22 |
| Octal | 257 | 0 | 133 | 0 | 144 | 60 | 37 | 511 | 144 | 42 |
| Binary | 10101111 | 0 | 1011011 | 0 | 1100100 | 110000 | 11111 | 101001001 | 1100100 | 100010 |
Color Harmonies of #AF005B
Complementary color
Monochromatic Colors of #AF005B
Black with #AF005B
Text Example
Text Example
White with #AF005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF005B; }
p { color: rgb(175,0,91); }
H1.HeaderClassName
{
color: #AF005B;
}
.AnyTagClassName
{
color: #AF005B;
}
</style>
background-color css
<style>
a { background-color: #AF005B; }
a { background-color: rgb(175,0,91); }
div.DivClassName
{
background-color: #AF005B;
}
.BgClassName
{
background-color: #AF005B;
}
</style>
border-color css
<style>
span { border-color: #AF005B; }
span { border-color: rgb(175,0,91); }
td.TdClassName
{
border-color: #AF005B;
}
.TagClassName
{
border-color: #AF005B;
}
</style>