Shades of Jazzberry Jam #AF014E
Tints of Jazzberry Jam #AF014E
RGB
CMYK
RGB Variations
Color information
#AF014E (or 0xAF014E) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 4E. RGB value is (175,1,78). Sum of RGB (Red+Green+Blue) = 175+1+78=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF014E is #50FEB1. Grayscale: #3D3D3D. Windows color (decimal): -5308082 or 5112239. OLE color: 5112239.
HSL color Cylindrical-coordinate representation of color #AF014E: hue angle of 333.45º 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 #AF014E is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.31 |
| HSL | 333.45º | 0.99% | 0.35% | - |
| HSV(B) | 333.45º | 0.99% | 0.69% | - |
| XYZ | 19.07 | 9.69 | 8.07 | - |
| YUV | 61.8 | 137.15 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 78 | 0 | 0.99 | 0.55 | 0.31 | 333.45 | 0.99 | 0.35 |
| Hex | AF | 1 | 4E | 0 | 63 | 37 | 1F | 14D | 63 | 23 |
| Octal | 257 | 1 | 116 | 0 | 143 | 67 | 37 | 515 | 143 | 43 |
| Binary | 10101111 | 1 | 1001110 | 0 | 1100011 | 110111 | 11111 | 101001101 | 1100011 | 100011 |
Color Harmonies of #AF014E
Complementary color
Monochromatic Colors of #AF014E
Black with #AF014E
Text Example
Text Example
White with #AF014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF014E; }
p { color: rgb(175,1,78); }
H1.HeaderClassName
{
color: #AF014E;
}
.AnyTagClassName
{
color: #AF014E;
}
</style>
background-color css
<style>
a { background-color: #AF014E; }
a { background-color: rgb(175,1,78); }
div.DivClassName
{
background-color: #AF014E;
}
.BgClassName
{
background-color: #AF014E;
}
</style>
border-color css
<style>
span { border-color: #AF014E; }
span { border-color: rgb(175,1,78); }
td.TdClassName
{
border-color: #AF014E;
}
.TagClassName
{
border-color: #AF014E;
}
</style>