Shades of Jazzberry Jam #AF044A
Tints of Jazzberry Jam #AF044A
RGB
CMYK
RGB Variations
Color information
#AF044A (or 0xAF044A) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 4A. RGB value is (175,4,74). Sum of RGB (Red+Green+Blue) = 175+4+74=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF044A is #50FBB5. Grayscale: #3F3F3F. Windows color (decimal): -5307318 or 4850863. OLE color: 4850863.
HSL color Cylindrical-coordinate representation of color #AF044A: hue angle of 335.44º 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 #AF044A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.31 |
| HSL | 335.44º | 0.96% | 0.35% | - |
| HSV(B) | 335.44º | 0.98% | 0.69% | - |
| XYZ | 18.96 | 9.7 | 7.35 | - |
| YUV | 63.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 74 | 0 | 0.98 | 0.58 | 0.31 | 335.44 | 0.96 | 0.35 |
| Hex | AF | 4 | 4A | 0 | 62 | 3A | 1F | 14F | 60 | 23 |
| Octal | 257 | 4 | 112 | 0 | 142 | 72 | 37 | 517 | 140 | 43 |
| Binary | 10101111 | 100 | 1001010 | 0 | 1100010 | 111010 | 11111 | 101001111 | 1100000 | 100011 |
Color Harmonies of #AF044A
Complementary color
Monochromatic Colors of #AF044A
Black with #AF044A
Text Example
Text Example
White with #AF044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF044A; }
p { color: rgb(175,4,74); }
H1.HeaderClassName
{
color: #AF044A;
}
.AnyTagClassName
{
color: #AF044A;
}
</style>
background-color css
<style>
a { background-color: #AF044A; }
a { background-color: rgb(175,4,74); }
div.DivClassName
{
background-color: #AF044A;
}
.BgClassName
{
background-color: #AF044A;
}
</style>
border-color css
<style>
span { border-color: #AF044A; }
span { border-color: rgb(175,4,74); }
td.TdClassName
{
border-color: #AF044A;
}
.TagClassName
{
border-color: #AF044A;
}
</style>