Shades of Jazzberry Jam #AF046D
Tints of Jazzberry Jam #AF046D
RGB
CMYK
RGB Variations
Color information
#AF046D (or 0xAF046D) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 6D. RGB value is (175,4,109). Sum of RGB (Red+Green+Blue) = 175+4+109=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF046D is #50FB92. Grayscale: #424242. Windows color (decimal): -5307283 or 7144623. OLE color: 7144623.
HSL color Cylindrical-coordinate representation of color #AF046D: hue angle of 323.16º 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 #AF046D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.31 |
| HSL | 323.16º | 0.96% | 0.35% | - |
| HSV(B) | 323.16º | 0.98% | 0.69% | - |
| XYZ | 20.48 | 10.3 | 15.38 | - |
| YUV | 67.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 109 | 0 | 0.98 | 0.38 | 0.31 | 323.16 | 0.96 | 0.35 |
| Hex | AF | 4 | 6D | 0 | 62 | 26 | 1F | 143 | 60 | 23 |
| Octal | 257 | 4 | 155 | 0 | 142 | 46 | 37 | 503 | 140 | 43 |
| Binary | 10101111 | 100 | 1101101 | 0 | 1100010 | 100110 | 11111 | 101000011 | 1100000 | 100011 |
Color Harmonies of #AF046D
Complementary color
Monochromatic Colors of #AF046D
Black with #AF046D
Text Example
Text Example
White with #AF046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF046D; }
p { color: rgb(175,4,109); }
H1.HeaderClassName
{
color: #AF046D;
}
.AnyTagClassName
{
color: #AF046D;
}
</style>
background-color css
<style>
a { background-color: #AF046D; }
a { background-color: rgb(175,4,109); }
div.DivClassName
{
background-color: #AF046D;
}
.BgClassName
{
background-color: #AF046D;
}
</style>
border-color css
<style>
span { border-color: #AF046D; }
span { border-color: rgb(175,4,109); }
td.TdClassName
{
border-color: #AF046D;
}
.TagClassName
{
border-color: #AF046D;
}
</style>