#AB6981

Color #AB6981 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AB6981

Tints of Tapestry #AB6981

Color information

#AB6981 (or 0xAB6981) is unknown color: approx Tapestry. HEX triplet: AB, 69 and 81. RGB value is (171,105,129). Sum of RGB (Red+Green+Blue) = 171+105+129=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6981 is #54967E. Grayscale: #7F7F7F. Windows color (decimal): -5543551 or 8481195. OLE color: 8481195.

HSL color Cylindrical-coordinate representation of color #AB6981: hue angle of 338.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6981 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB171105129-
CMYK00.390.250.33
HSL338.18º28.21%54.12%-
HSV(B)338.18º38.6%67.06%-
XYZ25.8120.3523.34-
YUV127.47128.87159.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=42.22%
G=25.93%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110512900.390.250.33338.1828.2154.12
HexAB698102719211521c36
Octal25315120104731415223466
Binary1010101111010011000000101001111100110000110101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6981; }

 p { color: rgb(171,105,129); }

 H1.HeaderClassName
 {
   color: #AB6981;
 }
 .AnyTagClassName
 {
   color: #AB6981;
 }
</style>
background-color css

<style>
 a { background-color: #AB6981; }

 a { background-color: rgb(171,105,129); }

 div.DivClassName
 {
   background-color: #AB6981;
 }
 .BgClassName
 {
   background-color: #AB6981;
 }
</style>
border-color css

<style>
 span { border-color: #AB6981; }

 span { border-color: rgb(171,105,129); }

 td.TdClassName
 {
   border-color: #AB6981;
 }
 .TagClassName
 {
   border-color: #AB6981;
 }
</style>