Shades of Jazzberry Jam #AF065E
Tints of Jazzberry Jam #AF065E
RGB
CMYK
RGB Variations
Color information
#AF065E (or 0xAF065E) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 5E. RGB value is (175,6,94). Sum of RGB (Red+Green+Blue) = 175+6+94=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF065E is #50F9A1. Grayscale: #424242. Windows color (decimal): -5306786 or 6162095. OLE color: 6162095.
HSL color Cylindrical-coordinate representation of color #AF065E: hue angle of 328.76º 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 #AF065E is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.31 |
| HSL | 328.76º | 0.93% | 0.35% | - |
| HSV(B) | 328.76º | 0.97% | 0.69% | - |
| XYZ | 19.76 | 10.05 | 11.49 | - |
| YUV | 66.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 94 | 0 | 0.97 | 0.46 | 0.31 | 328.76 | 0.93 | 0.35 |
| Hex | AF | 6 | 5E | 0 | 61 | 2E | 1F | 149 | 5D | 23 |
| Octal | 257 | 6 | 136 | 0 | 141 | 56 | 37 | 511 | 135 | 43 |
| Binary | 10101111 | 110 | 1011110 | 0 | 1100001 | 101110 | 11111 | 101001001 | 1011101 | 100011 |
Color Harmonies of #AF065E
Complementary color
Monochromatic Colors of #AF065E
Black with #AF065E
Text Example
Text Example
White with #AF065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF065E; }
p { color: rgb(175,6,94); }
H1.HeaderClassName
{
color: #AF065E;
}
.AnyTagClassName
{
color: #AF065E;
}
</style>
background-color css
<style>
a { background-color: #AF065E; }
a { background-color: rgb(175,6,94); }
div.DivClassName
{
background-color: #AF065E;
}
.BgClassName
{
background-color: #AF065E;
}
</style>
border-color css
<style>
span { border-color: #AF065E; }
span { border-color: rgb(175,6,94); }
td.TdClassName
{
border-color: #AF065E;
}
.TagClassName
{
border-color: #AF065E;
}
</style>