Shades of Jazzberry Jam #AF146D
Tints of Jazzberry Jam #AF146D
RGB
CMYK
RGB Variations
Color information
#AF146D (or 0xAF146D) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 6D. RGB value is (175,20,109). Sum of RGB (Red+Green+Blue) = 175+20+109=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF146D is #50EB92. Grayscale: #4C4C4C. Windows color (decimal): -5303187 or 7148719. OLE color: 7148719.
HSL color Cylindrical-coordinate representation of color #AF146D: hue angle of 325.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF146D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 109 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.31 |
| HSL | 325.55º | 0.79% | 0.38% | - |
| HSV(B) | 325.55º | 0.89% | 0.69% | - |
| XYZ | 20.69 | 10.72 | 15.45 | - |
| YUV | 76.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 109 | 0 | 0.89 | 0.38 | 0.31 | 325.55 | 0.79 | 0.38 |
| Hex | AF | 14 | 6D | 0 | 59 | 26 | 1F | 146 | 4F | 26 |
| Octal | 257 | 24 | 155 | 0 | 131 | 46 | 37 | 506 | 117 | 46 |
| Binary | 10101111 | 10100 | 1101101 | 0 | 1011001 | 100110 | 11111 | 101000110 | 1001111 | 100110 |
Color Harmonies of #AF146D
Complementary color
Monochromatic Colors of #AF146D
Black with #AF146D
Text Example
Text Example
White with #AF146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF146D; }
p { color: rgb(175,20,109); }
H1.HeaderClassName
{
color: #AF146D;
}
.AnyTagClassName
{
color: #AF146D;
}
</style>
background-color css
<style>
a { background-color: #AF146D; }
a { background-color: rgb(175,20,109); }
div.DivClassName
{
background-color: #AF146D;
}
.BgClassName
{
background-color: #AF146D;
}
</style>
border-color css
<style>
span { border-color: #AF146D; }
span { border-color: rgb(175,20,109); }
td.TdClassName
{
border-color: #AF146D;
}
.TagClassName
{
border-color: #AF146D;
}
</style>