Shades of Jazzberry Jam #AF0A5E
Tints of Jazzberry Jam #AF0A5E
RGB
CMYK
RGB Variations
Color information
#AF0A5E (or 0xAF0A5E) is known color: Jazzberry Jam. HEX triplet: AF, 0A and 5E. RGB value is (175,10,94). Sum of RGB (Red+Green+Blue) = 175+10+94=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A5E is #50F5A1. Grayscale: #444444. Windows color (decimal): -5305762 or 6163119. OLE color: 6163119.
HSL color Cylindrical-coordinate representation of color #AF0A5E: hue angle of 329.45º 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 #AF0A5E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.31 |
| HSL | 329.45º | 0.89% | 0.36% | - |
| HSV(B) | 329.45º | 0.94% | 0.69% | - |
| XYZ | 19.81 | 10.14 | 11.5 | - |
| YUV | 68.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 94 | 0 | 0.94 | 0.46 | 0.31 | 329.45 | 0.89 | 0.36 |
| Hex | AF | A | 5E | 0 | 5E | 2E | 1F | 149 | 59 | 24 |
| Octal | 257 | 12 | 136 | 0 | 136 | 56 | 37 | 511 | 131 | 44 |
| Binary | 10101111 | 1010 | 1011110 | 0 | 1011110 | 101110 | 11111 | 101001001 | 1011001 | 100100 |
Color Harmonies of #AF0A5E
Complementary color
Monochromatic Colors of #AF0A5E
Black with #AF0A5E
Text Example
Text Example
White with #AF0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A5E; }
p { color: rgb(175,10,94); }
H1.HeaderClassName
{
color: #AF0A5E;
}
.AnyTagClassName
{
color: #AF0A5E;
}
</style>
background-color css
<style>
a { background-color: #AF0A5E; }
a { background-color: rgb(175,10,94); }
div.DivClassName
{
background-color: #AF0A5E;
}
.BgClassName
{
background-color: #AF0A5E;
}
</style>
border-color css
<style>
span { border-color: #AF0A5E; }
span { border-color: rgb(175,10,94); }
td.TdClassName
{
border-color: #AF0A5E;
}
.TagClassName
{
border-color: #AF0A5E;
}
</style>