Shades of Jazzberry Jam #AF045F
Tints of Jazzberry Jam #AF045F
RGB
CMYK
RGB Variations
Color information
#AF045F (or 0xAF045F) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 5F. RGB value is (175,4,95). Sum of RGB (Red+Green+Blue) = 175+4+95=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF045F is #50FBA0. Grayscale: #414141. Windows color (decimal): -5307297 or 6227119. OLE color: 6227119.
HSL color Cylindrical-coordinate representation of color #AF045F: hue angle of 328.07º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF045F is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.31 |
| HSL | 328.07º | 0.96% | 0.35% | - |
| HSV(B) | 328.07º | 0.98% | 0.69% | - |
| XYZ | 19.79 | 10.03 | 11.72 | - |
| YUV | 65.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 95 | 0 | 0.98 | 0.46 | 0.31 | 328.07 | 0.96 | 0.35 |
| Hex | AF | 4 | 5F | 0 | 62 | 2E | 1F | 148 | 60 | 23 |
| Octal | 257 | 4 | 137 | 0 | 142 | 56 | 37 | 510 | 140 | 43 |
| Binary | 10101111 | 100 | 1011111 | 0 | 1100010 | 101110 | 11111 | 101001000 | 1100000 | 100011 |
Color Harmonies of #AF045F
Complementary color
Monochromatic Colors of #AF045F
Black with #AF045F
Text Example
Text Example
White with #AF045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF045F; }
p { color: rgb(175,4,95); }
H1.HeaderClassName
{
color: #AF045F;
}
.AnyTagClassName
{
color: #AF045F;
}
</style>
background-color css
<style>
a { background-color: #AF045F; }
a { background-color: rgb(175,4,95); }
div.DivClassName
{
background-color: #AF045F;
}
.BgClassName
{
background-color: #AF045F;
}
</style>
border-color css
<style>
span { border-color: #AF045F; }
span { border-color: rgb(175,4,95); }
td.TdClassName
{
border-color: #AF045F;
}
.TagClassName
{
border-color: #AF045F;
}
</style>