Shades of Jazzberry Jam #AE006B
Tints of Jazzberry Jam #AE006B
RGB
CMYK
RGB Variations
Color information
#AE006B (or 0xAE006B) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 6B. RGB value is (174,0,107). Sum of RGB (Red+Green+Blue) = 174+0+107=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE006B is #51FF94. Grayscale: #3F3F3F. Windows color (decimal): -5373845 or 7012526. OLE color: 7012526.
HSL color Cylindrical-coordinate representation of color #AE006B: hue angle of 323.1º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE006B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.39 | 0.32 |
| HSL | 323.1º | 1% | 0.34% | - |
| HSV(B) | 323.1º | 1% | 0.68% | - |
| XYZ | 20.11 | 10.06 | 14.79 | - |
| YUV | 64.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 107 | 0 | 1 | 0.39 | 0.32 | 323.1 | 1 | 0.34 |
| Hex | AE | 0 | 6B | 0 | 64 | 27 | 20 | 143 | 64 | 22 |
| Octal | 256 | 0 | 153 | 0 | 144 | 47 | 40 | 503 | 144 | 42 |
| Binary | 10101110 | 0 | 1101011 | 0 | 1100100 | 100111 | 100000 | 101000011 | 1100100 | 100010 |
Color Harmonies of #AE006B
Complementary color
Monochromatic Colors of #AE006B
Black with #AE006B
Text Example
Text Example
White with #AE006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE006B; }
p { color: rgb(174,0,107); }
H1.HeaderClassName
{
color: #AE006B;
}
.AnyTagClassName
{
color: #AE006B;
}
</style>
background-color css
<style>
a { background-color: #AE006B; }
a { background-color: rgb(174,0,107); }
div.DivClassName
{
background-color: #AE006B;
}
.BgClassName
{
background-color: #AE006B;
}
</style>
border-color css
<style>
span { border-color: #AE006B; }
span { border-color: rgb(174,0,107); }
td.TdClassName
{
border-color: #AE006B;
}
.TagClassName
{
border-color: #AE006B;
}
</style>