Shades of Tapestry #AE608D
Tints of Tapestry #AE608D
RGB
CMYK
RGB Variations
Color information
#AE608D (or 0xAE608D) is known color: Tapestry. HEX triplet: AE, 60 and 8D. RGB value is (174,96,141). Sum of RGB (Red+Green+Blue) = 174+96+141=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE608D is #519F72. Grayscale: #7C7C7C. Windows color (decimal): -5349235 or 9265326. OLE color: 9265326.
HSL color Cylindrical-coordinate representation of color #AE608D: hue angle of 325.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE608D is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 141 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.32 |
| HSL | 325.38º | 0.33% | 0.53% | - |
| HSV(B) | 325.38º | 0.45% | 0.68% | - |
| XYZ | 26.45 | 19.29 | 27.53 | - |
| YUV | 124.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 141 | 0 | 0.45 | 0.19 | 0.32 | 325.38 | 0.33 | 0.53 |
| Hex | AE | 60 | 8D | 0 | 2D | 13 | 20 | 145 | 20 | 35 |
| Octal | 256 | 140 | 215 | 0 | 55 | 23 | 40 | 505 | 40 | 65 |
| Binary | 10101110 | 1100000 | 10001101 | 0 | 101101 | 10011 | 100000 | 101000101 | 100000 | 110101 |
Color Harmonies of #AE608D
Complementary color
Monochromatic Colors of #AE608D
Black with #AE608D
Text Example
Text Example
White with #AE608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE608D; }
p { color: rgb(174,96,141); }
H1.HeaderClassName
{
color: #AE608D;
}
.AnyTagClassName
{
color: #AE608D;
}
</style>
background-color css
<style>
a { background-color: #AE608D; }
a { background-color: rgb(174,96,141); }
div.DivClassName
{
background-color: #AE608D;
}
.BgClassName
{
background-color: #AE608D;
}
</style>
border-color css
<style>
span { border-color: #AE608D; }
span { border-color: rgb(174,96,141); }
td.TdClassName
{
border-color: #AE608D;
}
.TagClassName
{
border-color: #AE608D;
}
</style>