Shades of Jazzberry Jam #AF046E
Tints of Jazzberry Jam #AF046E
RGB
CMYK
RGB Variations
Color information
#AF046E (or 0xAF046E) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 6E. RGB value is (175,4,110). Sum of RGB (Red+Green+Blue) = 175+4+110=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF046E is #50FB91. Grayscale: #424242. Windows color (decimal): -5307282 or 7210159. OLE color: 7210159.
HSL color Cylindrical-coordinate representation of color #AF046E: hue angle of 322.81º 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 #AF046E is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.31 |
| HSL | 322.81º | 0.96% | 0.35% | - |
| HSV(B) | 322.81º | 0.98% | 0.69% | - |
| XYZ | 20.54 | 10.33 | 15.66 | - |
| YUV | 67.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 110 | 0 | 0.98 | 0.37 | 0.31 | 322.81 | 0.96 | 0.35 |
| Hex | AF | 4 | 6E | 0 | 62 | 25 | 1F | 143 | 60 | 23 |
| Octal | 257 | 4 | 156 | 0 | 142 | 45 | 37 | 503 | 140 | 43 |
| Binary | 10101111 | 100 | 1101110 | 0 | 1100010 | 100101 | 11111 | 101000011 | 1100000 | 100011 |
Color Harmonies of #AF046E
Complementary color
Monochromatic Colors of #AF046E
Black with #AF046E
Text Example
Text Example
White with #AF046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF046E; }
p { color: rgb(175,4,110); }
H1.HeaderClassName
{
color: #AF046E;
}
.AnyTagClassName
{
color: #AF046E;
}
</style>
background-color css
<style>
a { background-color: #AF046E; }
a { background-color: rgb(175,4,110); }
div.DivClassName
{
background-color: #AF046E;
}
.BgClassName
{
background-color: #AF046E;
}
</style>
border-color css
<style>
span { border-color: #AF046E; }
span { border-color: rgb(175,4,110); }
td.TdClassName
{
border-color: #AF046E;
}
.TagClassName
{
border-color: #AF046E;
}
</style>