Shades of Jazzberry Jam #AF064A
Tints of Jazzberry Jam #AF064A
RGB
CMYK
RGB Variations
Color information
#AF064A (or 0xAF064A) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 4A. RGB value is (175,6,74). Sum of RGB (Red+Green+Blue) = 175+6+74=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF064A is #50F9B5. Grayscale: #404040. Windows color (decimal): -5306806 or 4851375. OLE color: 4851375.
HSL color Cylindrical-coordinate representation of color #AF064A: hue angle of 335.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF064A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.31 |
| HSL | 335.86º | 0.93% | 0.35% | - |
| HSV(B) | 335.86º | 0.97% | 0.69% | - |
| XYZ | 18.98 | 9.74 | 7.36 | - |
| YUV | 64.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 74 | 0 | 0.97 | 0.58 | 0.31 | 335.86 | 0.93 | 0.35 |
| Hex | AF | 6 | 4A | 0 | 61 | 3A | 1F | 150 | 5D | 23 |
| Octal | 257 | 6 | 112 | 0 | 141 | 72 | 37 | 520 | 135 | 43 |
| Binary | 10101111 | 110 | 1001010 | 0 | 1100001 | 111010 | 11111 | 101010000 | 1011101 | 100011 |
Color Harmonies of #AF064A
Complementary color
Monochromatic Colors of #AF064A
Black with #AF064A
Text Example
Text Example
White with #AF064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF064A; }
p { color: rgb(175,6,74); }
H1.HeaderClassName
{
color: #AF064A;
}
.AnyTagClassName
{
color: #AF064A;
}
</style>
background-color css
<style>
a { background-color: #AF064A; }
a { background-color: rgb(175,6,74); }
div.DivClassName
{
background-color: #AF064A;
}
.BgClassName
{
background-color: #AF064A;
}
</style>
border-color css
<style>
span { border-color: #AF064A; }
span { border-color: rgb(175,6,74); }
td.TdClassName
{
border-color: #AF064A;
}
.TagClassName
{
border-color: #AF064A;
}
</style>