Shades of Jazzberry Jam #AE105A
Tints of Jazzberry Jam #AE105A
RGB
CMYK
RGB Variations
Color information
#AE105A (or 0xAE105A) is known color: Jazzberry Jam. HEX triplet: AE, 10 and 5A. RGB value is (174,16,90). Sum of RGB (Red+Green+Blue) = 174+16+90=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE105A is #51EFA5. Grayscale: #474747. Windows color (decimal): -5369766 or 5902510. OLE color: 5902510.
HSL color Cylindrical-coordinate representation of color #AE105A: hue angle of 331.9º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE105A is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 90 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.32 |
| HSL | 331.9º | 0.83% | 0.37% | - |
| HSV(B) | 331.9º | 0.91% | 0.68% | - |
| XYZ | 19.49 | 10.11 | 10.6 | - |
| YUV | 71.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 90 | 0 | 0.91 | 0.48 | 0.32 | 331.9 | 0.83 | 0.37 |
| Hex | AE | 10 | 5A | 0 | 5B | 30 | 20 | 14C | 53 | 25 |
| Octal | 256 | 20 | 132 | 0 | 133 | 60 | 40 | 514 | 123 | 45 |
| Binary | 10101110 | 10000 | 1011010 | 0 | 1011011 | 110000 | 100000 | 101001100 | 1010011 | 100101 |
Color Harmonies of #AE105A
Complementary color
Monochromatic Colors of #AE105A
Black with #AE105A
Text Example
Text Example
White with #AE105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE105A; }
p { color: rgb(174,16,90); }
H1.HeaderClassName
{
color: #AE105A;
}
.AnyTagClassName
{
color: #AE105A;
}
</style>
background-color css
<style>
a { background-color: #AE105A; }
a { background-color: rgb(174,16,90); }
div.DivClassName
{
background-color: #AE105A;
}
.BgClassName
{
background-color: #AE105A;
}
</style>
border-color css
<style>
span { border-color: #AE105A; }
span { border-color: rgb(174,16,90); }
td.TdClassName
{
border-color: #AE105A;
}
.TagClassName
{
border-color: #AE105A;
}
</style>