Shades of Jazzberry Jam #AE016B
Tints of Jazzberry Jam #AE016B
RGB
CMYK
RGB Variations
Color information
#AE016B (or 0xAE016B) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 6B. RGB value is (174,1,107). Sum of RGB (Red+Green+Blue) = 174+1+107=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE016B is #51FE94. Grayscale: #404040. Windows color (decimal): -5373589 or 7012782. OLE color: 7012782.
HSL color Cylindrical-coordinate representation of color #AE016B: hue angle of 323.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE016B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.32 |
| HSL | 323.24º | 0.99% | 0.34% | - |
| HSV(B) | 323.24º | 0.99% | 0.68% | - |
| XYZ | 20.12 | 10.08 | 14.8 | - |
| YUV | 64.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 107 | 0 | 0.99 | 0.39 | 0.32 | 323.24 | 0.99 | 0.34 |
| Hex | AE | 1 | 6B | 0 | 63 | 27 | 20 | 143 | 63 | 22 |
| Octal | 256 | 1 | 153 | 0 | 143 | 47 | 40 | 503 | 143 | 42 |
| Binary | 10101110 | 1 | 1101011 | 0 | 1100011 | 100111 | 100000 | 101000011 | 1100011 | 100010 |
Color Harmonies of #AE016B
Complementary color
Monochromatic Colors of #AE016B
Black with #AE016B
Text Example
Text Example
White with #AE016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE016B; }
p { color: rgb(174,1,107); }
H1.HeaderClassName
{
color: #AE016B;
}
.AnyTagClassName
{
color: #AE016B;
}
</style>
background-color css
<style>
a { background-color: #AE016B; }
a { background-color: rgb(174,1,107); }
div.DivClassName
{
background-color: #AE016B;
}
.BgClassName
{
background-color: #AE016B;
}
</style>
border-color css
<style>
span { border-color: #AE016B; }
span { border-color: rgb(174,1,107); }
td.TdClassName
{
border-color: #AE016B;
}
.TagClassName
{
border-color: #AE016B;
}
</style>