Shades of Jazzberry Jam #AF1E5C
Tints of Jazzberry Jam #AF1E5C
RGB
CMYK
RGB Variations
Color information
#AF1E5C (or 0xAF1E5C) is known color: Jazzberry Jam. HEX triplet: AF, 1E and 5C. RGB value is (175,30,92). Sum of RGB (Red+Green+Blue) = 175+30+92=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E5C is #50E1A3. Grayscale: #505050. Windows color (decimal): -5300644 or 6037167. OLE color: 6037167.
HSL color Cylindrical-coordinate representation of color #AF1E5C: hue angle of 334.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E5C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 92 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.31 |
| HSL | 334.34º | 0.71% | 0.4% | - |
| HSV(B) | 334.34º | 0.83% | 0.69% | - |
| XYZ | 20.08 | 10.82 | 11.15 | - |
| YUV | 80.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 92 | 0 | 0.83 | 0.47 | 0.31 | 334.34 | 0.71 | 0.4 |
| Hex | AF | 1E | 5C | 0 | 53 | 2F | 1F | 14E | 47 | 28 |
| Octal | 257 | 36 | 134 | 0 | 123 | 57 | 37 | 516 | 107 | 50 |
| Binary | 10101111 | 11110 | 1011100 | 0 | 1010011 | 101111 | 11111 | 101001110 | 1000111 | 101000 |
Color Harmonies of #AF1E5C
Complementary color
Monochromatic Colors of #AF1E5C
Black with #AF1E5C
Text Example
Text Example
White with #AF1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E5C; }
p { color: rgb(175,30,92); }
H1.HeaderClassName
{
color: #AF1E5C;
}
.AnyTagClassName
{
color: #AF1E5C;
}
</style>
background-color css
<style>
a { background-color: #AF1E5C; }
a { background-color: rgb(175,30,92); }
div.DivClassName
{
background-color: #AF1E5C;
}
.BgClassName
{
background-color: #AF1E5C;
}
</style>
border-color css
<style>
span { border-color: #AF1E5C; }
span { border-color: rgb(175,30,92); }
td.TdClassName
{
border-color: #AF1E5C;
}
.TagClassName
{
border-color: #AF1E5C;
}
</style>