Shades of Tapestry #A27E8A
Tints of Tapestry #A27E8A
RGB
CMYK
RGB Variations
Color information
#A27E8A (or 0xA27E8A) is known color: Tapestry. HEX triplet: A2, 7E and 8A. RGB value is (162,126,138). Sum of RGB (Red+Green+Blue) = 162+126+138=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E8A is #5D8175. Grayscale: #8A8A8A. Windows color (decimal): -6127990 or 9076386. OLE color: 9076386.
HSL color Cylindrical-coordinate representation of color #A27E8A: hue angle of 340º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27E8A is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 138 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.36 |
| HSL | 340º | 0.16% | 0.56% | - |
| HSV(B) | 340º | 0.22% | 0.64% | - |
| XYZ | 26.95 | 24.44 | 27.34 | - |
| YUV | 138.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 138 | 0 | 0.22 | 0.15 | 0.36 | 340 | 0.16 | 0.56 |
| Hex | A2 | 7E | 8A | 0 | 16 | F | 24 | 154 | 10 | 38 |
| Octal | 242 | 176 | 212 | 0 | 26 | 17 | 44 | 524 | 20 | 70 |
| Binary | 10100010 | 1111110 | 10001010 | 0 | 10110 | 1111 | 100100 | 101010100 | 10000 | 111000 |
Color Harmonies of #A27E8A
Complementary color
Monochromatic Colors of #A27E8A
Black with #A27E8A
Text Example
Text Example
White with #A27E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E8A; }
p { color: rgb(162,126,138); }
H1.HeaderClassName
{
color: #A27E8A;
}
.AnyTagClassName
{
color: #A27E8A;
}
</style>
background-color css
<style>
a { background-color: #A27E8A; }
a { background-color: rgb(162,126,138); }
div.DivClassName
{
background-color: #A27E8A;
}
.BgClassName
{
background-color: #A27E8A;
}
</style>
border-color css
<style>
span { border-color: #A27E8A; }
span { border-color: rgb(162,126,138); }
td.TdClassName
{
border-color: #A27E8A;
}
.TagClassName
{
border-color: #A27E8A;
}
</style>