Shades of Jazzberry Jam #AE0269
Tints of Jazzberry Jam #AE0269
RGB
CMYK
RGB Variations
Color information
#AE0269 (or 0xAE0269) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 69. RGB value is (174,2,105). Sum of RGB (Red+Green+Blue) = 174+2+105=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0269 is #51FD96. Grayscale: #404040. Windows color (decimal): -5373335 or 6881966. OLE color: 6881966.
HSL color Cylindrical-coordinate representation of color #AE0269: hue angle of 324.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0269 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.32 |
| HSL | 324.07º | 0.98% | 0.35% | - |
| HSV(B) | 324.07º | 0.99% | 0.68% | - |
| XYZ | 20.03 | 10.06 | 14.25 | - |
| YUV | 65.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 105 | 0 | 0.99 | 0.40 | 0.32 | 324.07 | 0.98 | 0.35 |
| Hex | AE | 2 | 69 | 0 | 63 | 28 | 20 | 144 | 62 | 23 |
| Octal | 256 | 2 | 151 | 0 | 143 | 50 | 40 | 504 | 142 | 43 |
| Binary | 10101110 | 10 | 1101001 | 0 | 1100011 | 101000 | 100000 | 101000100 | 1100010 | 100011 |
Color Harmonies of #AE0269
Complementary color
Monochromatic Colors of #AE0269
Black with #AE0269
Text Example
Text Example
White with #AE0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0269; }
p { color: rgb(174,2,105); }
H1.HeaderClassName
{
color: #AE0269;
}
.AnyTagClassName
{
color: #AE0269;
}
</style>
background-color css
<style>
a { background-color: #AE0269; }
a { background-color: rgb(174,2,105); }
div.DivClassName
{
background-color: #AE0269;
}
.BgClassName
{
background-color: #AE0269;
}
</style>
border-color css
<style>
span { border-color: #AE0269; }
span { border-color: rgb(174,2,105); }
td.TdClassName
{
border-color: #AE0269;
}
.TagClassName
{
border-color: #AE0269;
}
</style>