Shades of Jazzberry Jam #AE185A
Tints of Jazzberry Jam #AE185A
RGB
CMYK
RGB Variations
Color information
#AE185A (or 0xAE185A) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 5A. RGB value is (174,24,90). Sum of RGB (Red+Green+Blue) = 174+24+90=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE185A is #51E7A5. Grayscale: #4C4C4C. Windows color (decimal): -5367718 or 5904558. OLE color: 5904558.
HSL color Cylindrical-coordinate representation of color #AE185A: hue angle of 333.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE185A is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 90 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.32 |
| HSL | 333.6º | 0.76% | 0.39% | - |
| HSV(B) | 333.6º | 0.86% | 0.68% | - |
| XYZ | 19.63 | 10.39 | 10.64 | - |
| YUV | 76.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 90 | 0 | 0.86 | 0.48 | 0.32 | 333.6 | 0.76 | 0.39 |
| Hex | AE | 18 | 5A | 0 | 56 | 30 | 20 | 14E | 4C | 27 |
| Octal | 256 | 30 | 132 | 0 | 126 | 60 | 40 | 516 | 114 | 47 |
| Binary | 10101110 | 11000 | 1011010 | 0 | 1010110 | 110000 | 100000 | 101001110 | 1001100 | 100111 |
Color Harmonies of #AE185A
Complementary color
Monochromatic Colors of #AE185A
Black with #AE185A
Text Example
Text Example
White with #AE185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE185A; }
p { color: rgb(174,24,90); }
H1.HeaderClassName
{
color: #AE185A;
}
.AnyTagClassName
{
color: #AE185A;
}
</style>
background-color css
<style>
a { background-color: #AE185A; }
a { background-color: rgb(174,24,90); }
div.DivClassName
{
background-color: #AE185A;
}
.BgClassName
{
background-color: #AE185A;
}
</style>
border-color css
<style>
span { border-color: #AE185A; }
span { border-color: rgb(174,24,90); }
td.TdClassName
{
border-color: #AE185A;
}
.TagClassName
{
border-color: #AE185A;
}
</style>