#AB7588

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

Shades of Tapestry #AB7588

Tints of Tapestry #AB7588

Color information

#AB7588 (or 0xAB7588) is unknown color: approx Tapestry. HEX triplet: AB, 75 and 88. RGB value is (171,117,136). Sum of RGB (Red+Green+Blue) = 171+117+136=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7588 is #548A77. Grayscale: #878787. Windows color (decimal): -5540472 or 8943019. OLE color: 8943019.

HSL color Cylindrical-coordinate representation of color #AB7588: hue angle of 338.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7588 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171117136-
CMYK00.320.200.33
HSL338.89º24.32%56.47%-
HSV(B)338.89º31.58%67.06%-
XYZ27.623.1626.31-
YUV135.31128.39153.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=40.33%
G=27.59%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111713600.320.200.33338.8924.3256.47
HexAB758802014211531838
Octal25316521004024415233070
Binary1010101111101011000100001000001010010000110101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7588; }

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

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

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

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

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

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

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

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