Shades of Jazzberry Jam #AF005D
Tints of Jazzberry Jam #AF005D
RGB
CMYK
RGB Variations
Color information
#AF005D (or 0xAF005D) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 5D. RGB value is (175,0,93). Sum of RGB (Red+Green+Blue) = 175+0+93=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF005D is #50FFA2. Grayscale: #3E3E3E. Windows color (decimal): -5308323 or 6095023. OLE color: 6095023.
HSL color Cylindrical-coordinate representation of color #AF005D: hue angle of 328.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF005D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.47 | 0.31 |
| HSL | 328.11º | 1% | 0.34% | - |
| HSV(B) | 328.11º | 1% | 0.69% | - |
| XYZ | 19.65 | 9.9 | 11.23 | - |
| YUV | 62.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 93 | 0 | 1 | 0.47 | 0.31 | 328.11 | 1 | 0.34 |
| Hex | AF | 0 | 5D | 0 | 64 | 2F | 1F | 148 | 64 | 22 |
| Octal | 257 | 0 | 135 | 0 | 144 | 57 | 37 | 510 | 144 | 42 |
| Binary | 10101111 | 0 | 1011101 | 0 | 1100100 | 101111 | 11111 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AF005D
Complementary color
Monochromatic Colors of #AF005D
Black with #AF005D
Text Example
Text Example
White with #AF005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF005D; }
p { color: rgb(175,0,93); }
H1.HeaderClassName
{
color: #AF005D;
}
.AnyTagClassName
{
color: #AF005D;
}
</style>
background-color css
<style>
a { background-color: #AF005D; }
a { background-color: rgb(175,0,93); }
div.DivClassName
{
background-color: #AF005D;
}
.BgClassName
{
background-color: #AF005D;
}
</style>
border-color css
<style>
span { border-color: #AF005D; }
span { border-color: rgb(175,0,93); }
td.TdClassName
{
border-color: #AF005D;
}
.TagClassName
{
border-color: #AF005D;
}
</style>