#AB6081

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

Shades of Tapestry #AB6081

Tints of Tapestry #AB6081

Color information

#AB6081 (or 0xAB6081) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 81. RGB value is (171,96,129). Sum of RGB (Red+Green+Blue) = 171+96+129=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6081 is #549F7E. Grayscale: #7A7A7A. Windows color (decimal): -5545855 or 8478891. OLE color: 8478891.

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

Color convert

RGB17196129-
CMYK00.440.250.33
HSL333.6º30.86%52.35%-
HSV(B)333.6º43.86%67.06%-
XYZ24.9418.6123.05-
YUV122.19131.85162.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=43.18%
G=24.24%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719612900.440.250.33333.630.8652.35
HexAB608102C192114e1f34
Octal25314020105431415163764
Binary1010101111000001000000101011001100110000110100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6081; }

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

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

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

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

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

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

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

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