#AB6488

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

Shades of Tapestry #AB6488

Tints of Tapestry #AB6488

Color information

#AB6488 (or 0xAB6488) is unknown color: approx Tapestry. HEX triplet: AB, 64 and 88. RGB value is (171,100,136). Sum of RGB (Red+Green+Blue) = 171+100+136=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6488 is #549B77. Grayscale: #7D7D7D. Windows color (decimal): -5544824 or 8938667. OLE color: 8938667.

HSL color Cylindrical-coordinate representation of color #AB6488: hue angle of 329.58º 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 #AB6488 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171100136-
CMYK00.420.200.33
HSL329.58º29.71%53.14%-
HSV(B)329.58º41.52%67.06%-
XYZ25.819.5525.71-
YUV125.33134.02160.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=42.01%
G=24.57%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110013600.420.200.33329.5829.7153.14
HexAB648802A142114a1e35
Octal25314421005224415123665
Binary1010101111001001000100001010101010010000110100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6488; }

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

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

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

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

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

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

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

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