Shades of Jazzberry Jam #AF006D
Tints of Jazzberry Jam #AF006D
RGB
CMYK
RGB Variations
Color information
#AF006D (or 0xAF006D) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 6D. RGB value is (175,0,109). Sum of RGB (Red+Green+Blue) = 175+0+109=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF006D is #50FF92. Grayscale: #404040. Windows color (decimal): -5308307 or 7143599. OLE color: 7143599.
HSL color Cylindrical-coordinate representation of color #AF006D: hue angle of 322.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF006D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.38 | 0.31 |
| HSL | 322.63º | 1% | 0.34% | - |
| HSV(B) | 322.63º | 1% | 0.69% | - |
| XYZ | 20.44 | 10.22 | 15.36 | - |
| YUV | 64.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 109 | 0 | 1 | 0.38 | 0.31 | 322.63 | 1 | 0.34 |
| Hex | AF | 0 | 6D | 0 | 64 | 26 | 1F | 143 | 64 | 22 |
| Octal | 257 | 0 | 155 | 0 | 144 | 46 | 37 | 503 | 144 | 42 |
| Binary | 10101111 | 0 | 1101101 | 0 | 1100100 | 100110 | 11111 | 101000011 | 1100100 | 100010 |
Color Harmonies of #AF006D
Complementary color
Monochromatic Colors of #AF006D
Black with #AF006D
Text Example
Text Example
White with #AF006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF006D; }
p { color: rgb(175,0,109); }
H1.HeaderClassName
{
color: #AF006D;
}
.AnyTagClassName
{
color: #AF006D;
}
</style>
background-color css
<style>
a { background-color: #AF006D; }
a { background-color: rgb(175,0,109); }
div.DivClassName
{
background-color: #AF006D;
}
.BgClassName
{
background-color: #AF006D;
}
</style>
border-color css
<style>
span { border-color: #AF006D; }
span { border-color: rgb(175,0,109); }
td.TdClassName
{
border-color: #AF006D;
}
.TagClassName
{
border-color: #AF006D;
}
</style>