#AB6080

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

Shades of Tapestry #AB6080

Tints of Tapestry #AB6080

Color information

#AB6080 (or 0xAB6080) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 80. RGB value is (171,96,128). Sum of RGB (Red+Green+Blue) = 171+96+128=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6080 is #549F7F. Grayscale: #7A7A7A. Windows color (decimal): -5545856 or 8413355. OLE color: 8413355.

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

Color convert

RGB17196128-
CMYK00.440.250.33
HSL334.4º30.86%52.35%-
HSV(B)334.4º43.86%67.06%-
XYZ24.8718.5822.7-
YUV122.07131.35162.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=43.29%
G=24.30%
B=32.41%

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
Decimal1719612800.440.250.33334.430.8652.35
HexAB608002C192114e1f34
Octal25314020005431415163764
Binary1010101111000001000000001011001100110000110100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6080; }

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

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

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

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

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

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

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

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