Shades of Jazzberry Jam #AF015E
Tints of Jazzberry Jam #AF015E
RGB
CMYK
RGB Variations
Color information
#AF015E (or 0xAF015E) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 5E. RGB value is (175,1,94). Sum of RGB (Red+Green+Blue) = 175+1+94=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF015E is #50FEA1. Grayscale: #3F3F3F. Windows color (decimal): -5308066 or 6160815. OLE color: 6160815.
HSL color Cylindrical-coordinate representation of color #AF015E: hue angle of 327.93º 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 #AF015E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.31 |
| HSL | 327.93º | 0.99% | 0.35% | - |
| HSV(B) | 327.93º | 0.99% | 0.69% | - |
| XYZ | 19.71 | 9.94 | 11.47 | - |
| YUV | 63.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 94 | 0 | 0.99 | 0.46 | 0.31 | 327.93 | 0.99 | 0.35 |
| Hex | AF | 1 | 5E | 0 | 63 | 2E | 1F | 148 | 63 | 23 |
| Octal | 257 | 1 | 136 | 0 | 143 | 56 | 37 | 510 | 143 | 43 |
| Binary | 10101111 | 1 | 1011110 | 0 | 1100011 | 101110 | 11111 | 101001000 | 1100011 | 100011 |
Color Harmonies of #AF015E
Complementary color
Monochromatic Colors of #AF015E
Black with #AF015E
Text Example
Text Example
White with #AF015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF015E; }
p { color: rgb(175,1,94); }
H1.HeaderClassName
{
color: #AF015E;
}
.AnyTagClassName
{
color: #AF015E;
}
</style>
background-color css
<style>
a { background-color: #AF015E; }
a { background-color: rgb(175,1,94); }
div.DivClassName
{
background-color: #AF015E;
}
.BgClassName
{
background-color: #AF015E;
}
</style>
border-color css
<style>
span { border-color: #AF015E; }
span { border-color: rgb(175,1,94); }
td.TdClassName
{
border-color: #AF015E;
}
.TagClassName
{
border-color: #AF015E;
}
</style>