Shades of Jazzberry Jam #AE1A75
Tints of Jazzberry Jam #AE1A75
RGB
CMYK
RGB Variations
Color information
#AE1A75 (or 0xAE1A75) is known color: Jazzberry Jam. HEX triplet: AE, 1A and 75. RGB value is (174,26,117). Sum of RGB (Red+Green+Blue) = 174+26+117=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A75 is #51E58A. Grayscale: #505050. Windows color (decimal): -5367179 or 7674542. OLE color: 7674542.
HSL color Cylindrical-coordinate representation of color #AE1A75: hue angle of 323.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A75 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 117 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.32 |
| HSL | 323.11º | 0.74% | 0.39% | - |
| HSV(B) | 323.11º | 0.85% | 0.68% | - |
| XYZ | 21.04 | 11.02 | 17.85 | - |
| YUV | 80.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 117 | 0 | 0.85 | 0.33 | 0.32 | 323.11 | 0.74 | 0.39 |
| Hex | AE | 1A | 75 | 0 | 55 | 21 | 20 | 143 | 4A | 27 |
| Octal | 256 | 32 | 165 | 0 | 125 | 41 | 40 | 503 | 112 | 47 |
| Binary | 10101110 | 11010 | 1110101 | 0 | 1010101 | 100001 | 100000 | 101000011 | 1001010 | 100111 |
Color Harmonies of #AE1A75
Complementary color
Monochromatic Colors of #AE1A75
Black with #AE1A75
Text Example
Text Example
White with #AE1A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A75; }
p { color: rgb(174,26,117); }
H1.HeaderClassName
{
color: #AE1A75;
}
.AnyTagClassName
{
color: #AE1A75;
}
</style>
background-color css
<style>
a { background-color: #AE1A75; }
a { background-color: rgb(174,26,117); }
div.DivClassName
{
background-color: #AE1A75;
}
.BgClassName
{
background-color: #AE1A75;
}
</style>
border-color css
<style>
span { border-color: #AE1A75; }
span { border-color: rgb(174,26,117); }
td.TdClassName
{
border-color: #AE1A75;
}
.TagClassName
{
border-color: #AE1A75;
}
</style>