#AB6988

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

Shades of Tapestry #AB6988

Tints of Tapestry #AB6988

Color information

#AB6988 (or 0xAB6988) is unknown color: approx Tapestry. HEX triplet: AB, 69 and 88. RGB value is (171,105,136). Sum of RGB (Red+Green+Blue) = 171+105+136=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6988 is #549677. Grayscale: #808080. Windows color (decimal): -5543544 or 8939947. OLE color: 8939947.

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

Color convert

RGB171105136-
CMYK00.390.200.33
HSL331.82º28.21%54.12%-
HSV(B)331.82º38.6%67.06%-
XYZ26.2920.5425.87-
YUV128.27132.37158.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=41.50%
G=25.49%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110513600.390.200.33331.8228.2154.12
HexAB6988027142114c1c36
Octal25315121004724415143466
Binary1010101111010011000100001001111010010000110100110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6988; }

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

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

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

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

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

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

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

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