#AB617E

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

Shades of Tapestry #AB617E

Tints of Tapestry #AB617E

Color information

#AB617E (or 0xAB617E) is unknown color: approx Tapestry. HEX triplet: AB, 61 and 7E. RGB value is (171,97,126). Sum of RGB (Red+Green+Blue) = 171+97+126=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB617E is #549E81. Grayscale: #7A7A7A. Windows color (decimal): -5545602 or 8282539. OLE color: 8282539.

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

Color convert

RGB17197126-
CMYK00.430.260.33
HSL336.49º30.58%52.55%-
HSV(B)336.49º43.27%67.06%-
XYZ24.8418.7122.04-
YUV122.43130.02162.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=43.40%
G=24.62%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719712600.430.260.33336.4930.5852.55
HexAB617E02B1A211501f35
Octal25314117605332415203765
Binary101010111100001111111001010111101010000110101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB617E; }

 p { color: rgb(171,97,126); }

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

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

 a { background-color: rgb(171,97,126); }

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

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

 span { border-color: rgb(171,97,126); }

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