Shades of Jazzberry Jam #AF1E5A
Tints of Jazzberry Jam #AF1E5A
RGB
CMYK
RGB Variations
Color information
#AF1E5A (or 0xAF1E5A) is known color: Jazzberry Jam. HEX triplet: AF, 1E and 5A. RGB value is (175,30,90). Sum of RGB (Red+Green+Blue) = 175+30+90=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E5A is #50E1A5. Grayscale: #505050. Windows color (decimal): -5300646 or 5906095. OLE color: 5906095.
HSL color Cylindrical-coordinate representation of color #AF1E5A: hue angle of 335.17º 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 #AF1E5A is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 90 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.31 |
| HSL | 335.17º | 0.71% | 0.4% | - |
| HSV(B) | 335.17º | 0.83% | 0.69% | - |
| XYZ | 19.99 | 10.78 | 10.7 | - |
| YUV | 80.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 90 | 0 | 0.83 | 0.49 | 0.31 | 335.17 | 0.71 | 0.4 |
| Hex | AF | 1E | 5A | 0 | 53 | 31 | 1F | 14F | 47 | 28 |
| Octal | 257 | 36 | 132 | 0 | 123 | 61 | 37 | 517 | 107 | 50 |
| Binary | 10101111 | 11110 | 1011010 | 0 | 1010011 | 110001 | 11111 | 101001111 | 1000111 | 101000 |
Color Harmonies of #AF1E5A
Complementary color
Monochromatic Colors of #AF1E5A
Black with #AF1E5A
Text Example
Text Example
White with #AF1E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E5A; }
p { color: rgb(175,30,90); }
H1.HeaderClassName
{
color: #AF1E5A;
}
.AnyTagClassName
{
color: #AF1E5A;
}
</style>
background-color css
<style>
a { background-color: #AF1E5A; }
a { background-color: rgb(175,30,90); }
div.DivClassName
{
background-color: #AF1E5A;
}
.BgClassName
{
background-color: #AF1E5A;
}
</style>
border-color css
<style>
span { border-color: #AF1E5A; }
span { border-color: rgb(175,30,90); }
td.TdClassName
{
border-color: #AF1E5A;
}
.TagClassName
{
border-color: #AF1E5A;
}
</style>