Shades of Tapestry #AE6E8F
Tints of Tapestry #AE6E8F
RGB
CMYK
RGB Variations
Color information
#AE6E8F (or 0xAE6E8F) is known color: Tapestry. HEX triplet: AE, 6E and 8F. RGB value is (174,110,143). Sum of RGB (Red+Green+Blue) = 174+110+143=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E8F is #519170. Grayscale: #848484. Windows color (decimal): -5345649 or 9399982. OLE color: 9399982.
HSL color Cylindrical-coordinate representation of color #AE6E8F: hue angle of 329.06º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E8F is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 143 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.32 |
| HSL | 329.06º | 0.28% | 0.56% | - |
| HSV(B) | 329.06º | 0.37% | 0.68% | - |
| XYZ | 27.99 | 22.13 | 28.78 | - |
| YUV | 132.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 143 | 0 | 0.37 | 0.18 | 0.32 | 329.06 | 0.28 | 0.56 |
| Hex | AE | 6E | 8F | 0 | 25 | 12 | 20 | 149 | 1C | 38 |
| Octal | 256 | 156 | 217 | 0 | 45 | 22 | 40 | 511 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10001111 | 0 | 100101 | 10010 | 100000 | 101001001 | 11100 | 111000 |
Color Harmonies of #AE6E8F
Complementary color
Monochromatic Colors of #AE6E8F
Black with #AE6E8F
Text Example
Text Example
White with #AE6E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E8F; }
p { color: rgb(174,110,143); }
H1.HeaderClassName
{
color: #AE6E8F;
}
.AnyTagClassName
{
color: #AE6E8F;
}
</style>
background-color css
<style>
a { background-color: #AE6E8F; }
a { background-color: rgb(174,110,143); }
div.DivClassName
{
background-color: #AE6E8F;
}
.BgClassName
{
background-color: #AE6E8F;
}
</style>
border-color css
<style>
span { border-color: #AE6E8F; }
span { border-color: rgb(174,110,143); }
td.TdClassName
{
border-color: #AE6E8F;
}
.TagClassName
{
border-color: #AE6E8F;
}
</style>