Shades of Jazzberry Jam #AF016D
Tints of Jazzberry Jam #AF016D
RGB
CMYK
RGB Variations
Color information
#AF016D (or 0xAF016D) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 6D. RGB value is (175,1,109). Sum of RGB (Red+Green+Blue) = 175+1+109=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF016D is #50FE92. Grayscale: #414141. Windows color (decimal): -5308051 or 7143855. OLE color: 7143855.
HSL color Cylindrical-coordinate representation of color #AF016D: hue angle of 322.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF016D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.31 |
| HSL | 322.76º | 0.99% | 0.35% | - |
| HSV(B) | 322.76º | 0.99% | 0.69% | - |
| XYZ | 20.45 | 10.24 | 15.37 | - |
| YUV | 65.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 109 | 0 | 0.99 | 0.38 | 0.31 | 322.76 | 0.99 | 0.35 |
| Hex | AF | 1 | 6D | 0 | 63 | 26 | 1F | 143 | 63 | 23 |
| Octal | 257 | 1 | 155 | 0 | 143 | 46 | 37 | 503 | 143 | 43 |
| Binary | 10101111 | 1 | 1101101 | 0 | 1100011 | 100110 | 11111 | 101000011 | 1100011 | 100011 |
Color Harmonies of #AF016D
Complementary color
Monochromatic Colors of #AF016D
Black with #AF016D
Text Example
Text Example
White with #AF016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF016D; }
p { color: rgb(175,1,109); }
H1.HeaderClassName
{
color: #AF016D;
}
.AnyTagClassName
{
color: #AF016D;
}
</style>
background-color css
<style>
a { background-color: #AF016D; }
a { background-color: rgb(175,1,109); }
div.DivClassName
{
background-color: #AF016D;
}
.BgClassName
{
background-color: #AF016D;
}
</style>
border-color css
<style>
span { border-color: #AF016D; }
span { border-color: rgb(175,1,109); }
td.TdClassName
{
border-color: #AF016D;
}
.TagClassName
{
border-color: #AF016D;
}
</style>