Shades of Jazzberry Jam #AF036C
Tints of Jazzberry Jam #AF036C
RGB
CMYK
RGB Variations
Color information
#AF036C (or 0xAF036C) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 6C. RGB value is (175,3,108). Sum of RGB (Red+Green+Blue) = 175+3+108=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF036C is #50FC93. Grayscale: #424242. Windows color (decimal): -5307540 or 7078831. OLE color: 7078831.
HSL color Cylindrical-coordinate representation of color #AF036C: hue angle of 323.37º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF036C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.31 |
| HSL | 323.37º | 0.97% | 0.35% | - |
| HSV(B) | 323.37º | 0.98% | 0.69% | - |
| XYZ | 20.42 | 10.26 | 15.09 | - |
| YUV | 66.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 108 | 0 | 0.98 | 0.38 | 0.31 | 323.37 | 0.97 | 0.35 |
| Hex | AF | 3 | 6C | 0 | 62 | 26 | 1F | 143 | 61 | 23 |
| Octal | 257 | 3 | 154 | 0 | 142 | 46 | 37 | 503 | 141 | 43 |
| Binary | 10101111 | 11 | 1101100 | 0 | 1100010 | 100110 | 11111 | 101000011 | 1100001 | 100011 |
Color Harmonies of #AF036C
Complementary color
Monochromatic Colors of #AF036C
Black with #AF036C
Text Example
Text Example
White with #AF036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF036C; }
p { color: rgb(175,3,108); }
H1.HeaderClassName
{
color: #AF036C;
}
.AnyTagClassName
{
color: #AF036C;
}
</style>
background-color css
<style>
a { background-color: #AF036C; }
a { background-color: rgb(175,3,108); }
div.DivClassName
{
background-color: #AF036C;
}
.BgClassName
{
background-color: #AF036C;
}
</style>
border-color css
<style>
span { border-color: #AF036C; }
span { border-color: rgb(175,3,108); }
td.TdClassName
{
border-color: #AF036C;
}
.TagClassName
{
border-color: #AF036C;
}
</style>