Shades of Jazzberry Jam #AF0A5B
Tints of Jazzberry Jam #AF0A5B
RGB
CMYK
RGB Variations
Color information
#AF0A5B (or 0xAF0A5B) is known color: Jazzberry Jam. HEX triplet: AF, 0A and 5B. RGB value is (175,10,91). Sum of RGB (Red+Green+Blue) = 175+10+91=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A5B is #50F5A4. Grayscale: #444444. Windows color (decimal): -5305765 or 5966511. OLE color: 5966511.
HSL color Cylindrical-coordinate representation of color #AF0A5B: hue angle of 330.55º degrees, saturation: 0.89, 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 #AF0A5B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 91 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.31 |
| HSL | 330.55º | 0.89% | 0.36% | - |
| HSV(B) | 330.55º | 0.94% | 0.69% | - |
| XYZ | 19.68 | 10.09 | 10.81 | - |
| YUV | 68.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 91 | 0 | 0.94 | 0.48 | 0.31 | 330.55 | 0.89 | 0.36 |
| Hex | AF | A | 5B | 0 | 5E | 30 | 1F | 14B | 59 | 24 |
| Octal | 257 | 12 | 133 | 0 | 136 | 60 | 37 | 513 | 131 | 44 |
| Binary | 10101111 | 1010 | 1011011 | 0 | 1011110 | 110000 | 11111 | 101001011 | 1011001 | 100100 |
Color Harmonies of #AF0A5B
Complementary color
Monochromatic Colors of #AF0A5B
Black with #AF0A5B
Text Example
Text Example
White with #AF0A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A5B; }
p { color: rgb(175,10,91); }
H1.HeaderClassName
{
color: #AF0A5B;
}
.AnyTagClassName
{
color: #AF0A5B;
}
</style>
background-color css
<style>
a { background-color: #AF0A5B; }
a { background-color: rgb(175,10,91); }
div.DivClassName
{
background-color: #AF0A5B;
}
.BgClassName
{
background-color: #AF0A5B;
}
</style>
border-color css
<style>
span { border-color: #AF0A5B; }
span { border-color: rgb(175,10,91); }
td.TdClassName
{
border-color: #AF0A5B;
}
.TagClassName
{
border-color: #AF0A5B;
}
</style>