Shades of Tapestry #AF6990
Tints of Tapestry #AF6990
RGB
CMYK
RGB Variations
Color information
#AF6990 (or 0xAF6990) is known color: Tapestry. HEX triplet: AF, 69 and 90. RGB value is (175,105,144). Sum of RGB (Red+Green+Blue) = 175+105+144=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6990 is #50966F. Grayscale: #828282. Windows color (decimal): -5281392 or 9464239. OLE color: 9464239.
HSL color Cylindrical-coordinate representation of color #AF6990: hue angle of 326.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6990 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 144 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.31 |
| HSL | 326.57º | 0.3% | 0.55% | - |
| HSV(B) | 326.57º | 0.4% | 0.69% | - |
| XYZ | 27.76 | 21.23 | 29.02 | - |
| YUV | 130.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 144 | 0 | 0.40 | 0.18 | 0.31 | 326.57 | 0.3 | 0.55 |
| Hex | AF | 69 | 90 | 0 | 28 | 12 | 1F | 147 | 1E | 37 |
| Octal | 257 | 151 | 220 | 0 | 50 | 22 | 37 | 507 | 36 | 67 |
| Binary | 10101111 | 1101001 | 10010000 | 0 | 101000 | 10010 | 11111 | 101000111 | 11110 | 110111 |
Color Harmonies of #AF6990
Complementary color
Monochromatic Colors of #AF6990
Black with #AF6990
Text Example
Text Example
White with #AF6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6990; }
p { color: rgb(175,105,144); }
H1.HeaderClassName
{
color: #AF6990;
}
.AnyTagClassName
{
color: #AF6990;
}
</style>
background-color css
<style>
a { background-color: #AF6990; }
a { background-color: rgb(175,105,144); }
div.DivClassName
{
background-color: #AF6990;
}
.BgClassName
{
background-color: #AF6990;
}
</style>
border-color css
<style>
span { border-color: #AF6990; }
span { border-color: rgb(175,105,144); }
td.TdClassName
{
border-color: #AF6990;
}
.TagClassName
{
border-color: #AF6990;
}
</style>