Shades of Jazzberry Jam #AF0464
Tints of Jazzberry Jam #AF0464
RGB
CMYK
RGB Variations
Color information
#AF0464 (or 0xAF0464) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 64. RGB value is (175,4,100). Sum of RGB (Red+Green+Blue) = 175+4+100=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0464 is #50FB9B. Grayscale: #414141. Windows color (decimal): -5307292 or 6554799. OLE color: 6554799.
HSL color Cylindrical-coordinate representation of color #AF0464: hue angle of 326.32º 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 #AF0464 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.31 |
| HSL | 326.32º | 0.96% | 0.35% | - |
| HSV(B) | 326.32º | 0.98% | 0.69% | - |
| XYZ | 20.02 | 10.12 | 12.95 | - |
| YUV | 66.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 100 | 0 | 0.98 | 0.43 | 0.31 | 326.32 | 0.96 | 0.35 |
| Hex | AF | 4 | 64 | 0 | 62 | 2B | 1F | 146 | 60 | 23 |
| Octal | 257 | 4 | 144 | 0 | 142 | 53 | 37 | 506 | 140 | 43 |
| Binary | 10101111 | 100 | 1100100 | 0 | 1100010 | 101011 | 11111 | 101000110 | 1100000 | 100011 |
Color Harmonies of #AF0464
Complementary color
Monochromatic Colors of #AF0464
Black with #AF0464
Text Example
Text Example
White with #AF0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0464; }
p { color: rgb(175,4,100); }
H1.HeaderClassName
{
color: #AF0464;
}
.AnyTagClassName
{
color: #AF0464;
}
</style>
background-color css
<style>
a { background-color: #AF0464; }
a { background-color: rgb(175,4,100); }
div.DivClassName
{
background-color: #AF0464;
}
.BgClassName
{
background-color: #AF0464;
}
</style>
border-color css
<style>
span { border-color: #AF0464; }
span { border-color: rgb(175,4,100); }
td.TdClassName
{
border-color: #AF0464;
}
.TagClassName
{
border-color: #AF0464;
}
</style>