Shades of Jazzberry Jam #AF066B
Tints of Jazzberry Jam #AF066B
RGB
CMYK
RGB Variations
Color information
#AF066B (or 0xAF066B) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 6B. RGB value is (175,6,107). Sum of RGB (Red+Green+Blue) = 175+6+107=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF066B is #50F994. Grayscale: #434343. Windows color (decimal): -5306773 or 7014063. OLE color: 7014063.
HSL color Cylindrical-coordinate representation of color #AF066B: hue angle of 324.14º 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 #AF066B is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.31 |
| HSL | 324.14º | 0.93% | 0.35% | - |
| HSV(B) | 324.14º | 0.97% | 0.69% | - |
| XYZ | 20.4 | 10.31 | 14.82 | - |
| YUV | 68.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 107 | 0 | 0.97 | 0.39 | 0.31 | 324.14 | 0.93 | 0.35 |
| Hex | AF | 6 | 6B | 0 | 61 | 27 | 1F | 144 | 5D | 23 |
| Octal | 257 | 6 | 153 | 0 | 141 | 47 | 37 | 504 | 135 | 43 |
| Binary | 10101111 | 110 | 1101011 | 0 | 1100001 | 100111 | 11111 | 101000100 | 1011101 | 100011 |
Color Harmonies of #AF066B
Complementary color
Monochromatic Colors of #AF066B
Black with #AF066B
Text Example
Text Example
White with #AF066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF066B; }
p { color: rgb(175,6,107); }
H1.HeaderClassName
{
color: #AF066B;
}
.AnyTagClassName
{
color: #AF066B;
}
</style>
background-color css
<style>
a { background-color: #AF066B; }
a { background-color: rgb(175,6,107); }
div.DivClassName
{
background-color: #AF066B;
}
.BgClassName
{
background-color: #AF066B;
}
</style>
border-color css
<style>
span { border-color: #AF066B; }
span { border-color: rgb(175,6,107); }
td.TdClassName
{
border-color: #AF066B;
}
.TagClassName
{
border-color: #AF066B;
}
</style>