Shades of Jazzberry Jam #AA013D
Tints of Jazzberry Jam #AA013D
RGB
CMYK
RGB Variations
Color information
#AA013D (or 0xAA013D) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 3D. RGB value is (170,1,61). Sum of RGB (Red+Green+Blue) = 170+1+61=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA013D is #55FEC2. Grayscale: #3A3A3A. Windows color (decimal): -5635779 or 3998122. OLE color: 3998122.
HSL color Cylindrical-coordinate representation of color #AA013D: hue angle of 338.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA013D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.33 |
| HSL | 338.7º | 0.99% | 0.34% | - |
| HSV(B) | 338.7º | 0.99% | 0.67% | - |
| XYZ | 17.43 | 8.9 | 5.21 | - |
| YUV | 58.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 61 | 0 | 0.99 | 0.64 | 0.33 | 338.7 | 0.99 | 0.34 |
| Hex | AA | 1 | 3D | 0 | 63 | 40 | 21 | 153 | 63 | 22 |
| Octal | 252 | 1 | 75 | 0 | 143 | 100 | 41 | 523 | 143 | 42 |
| Binary | 10101010 | 1 | 111101 | 0 | 1100011 | 1000000 | 100001 | 101010011 | 1100011 | 100010 |
Color Harmonies of #AA013D
Complementary color
Monochromatic Colors of #AA013D
Black with #AA013D
Text Example
Text Example
White with #AA013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA013D; }
p { color: rgb(170,1,61); }
H1.HeaderClassName
{
color: #AA013D;
}
.AnyTagClassName
{
color: #AA013D;
}
</style>
background-color css
<style>
a { background-color: #AA013D; }
a { background-color: rgb(170,1,61); }
div.DivClassName
{
background-color: #AA013D;
}
.BgClassName
{
background-color: #AA013D;
}
</style>
border-color css
<style>
span { border-color: #AA013D; }
span { border-color: rgb(170,1,61); }
td.TdClassName
{
border-color: #AA013D;
}
.TagClassName
{
border-color: #AA013D;
}
</style>