Shades of Jazzberry Jam #AF066C
Tints of Jazzberry Jam #AF066C
RGB
CMYK
RGB Variations
Color information
#AF066C (or 0xAF066C) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 6C. RGB value is (175,6,108). Sum of RGB (Red+Green+Blue) = 175+6+108=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF066C is #50F993. Grayscale: #434343. Windows color (decimal): -5306772 or 7079599. OLE color: 7079599.
HSL color Cylindrical-coordinate representation of color #AF066C: hue angle of 323.79º 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 #AF066C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.31 |
| HSL | 323.79º | 0.93% | 0.35% | - |
| HSV(B) | 323.79º | 0.97% | 0.69% | - |
| XYZ | 20.45 | 10.33 | 15.1 | - |
| YUV | 68.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 108 | 0 | 0.97 | 0.38 | 0.31 | 323.79 | 0.93 | 0.35 |
| Hex | AF | 6 | 6C | 0 | 61 | 26 | 1F | 144 | 5D | 23 |
| Octal | 257 | 6 | 154 | 0 | 141 | 46 | 37 | 504 | 135 | 43 |
| Binary | 10101111 | 110 | 1101100 | 0 | 1100001 | 100110 | 11111 | 101000100 | 1011101 | 100011 |
Color Harmonies of #AF066C
Complementary color
Monochromatic Colors of #AF066C
Black with #AF066C
Text Example
Text Example
White with #AF066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF066C; }
p { color: rgb(175,6,108); }
H1.HeaderClassName
{
color: #AF066C;
}
.AnyTagClassName
{
color: #AF066C;
}
</style>
background-color css
<style>
a { background-color: #AF066C; }
a { background-color: rgb(175,6,108); }
div.DivClassName
{
background-color: #AF066C;
}
.BgClassName
{
background-color: #AF066C;
}
</style>
border-color css
<style>
span { border-color: #AF066C; }
span { border-color: rgb(175,6,108); }
td.TdClassName
{
border-color: #AF066C;
}
.TagClassName
{
border-color: #AF066C;
}
</style>