#AB6486

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

Shades of Tapestry #AB6486

Tints of Tapestry #AB6486

Color information

#AB6486 (or 0xAB6486) is unknown color: approx Tapestry. HEX triplet: AB, 64 and 86. RGB value is (171,100,134). Sum of RGB (Red+Green+Blue) = 171+100+134=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6486 is #549B79. Grayscale: #7D7D7D. Windows color (decimal): -5544826 or 8807595. OLE color: 8807595.

HSL color Cylindrical-coordinate representation of color #AB6486: hue angle of 331.27º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6486 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171100134-
CMYK00.420.220.33
HSL331.27º29.71%53.14%-
HSV(B)331.27º41.52%67.06%-
XYZ25.6519.4924.96-
YUV125.1133.02160.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=42.22%
G=24.69%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110013400.420.220.33331.2729.7153.14
HexAB648602A162114b1e35
Octal25314420605226415133665
Binary1010101111001001000011001010101011010000110100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6486; }

 p { color: rgb(171,100,134); }

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

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

 a { background-color: rgb(171,100,134); }

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

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

 span { border-color: rgb(171,100,134); }

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