#AB627E

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

Shades of Tapestry #AB627E

Tints of Tapestry #AB627E

Color information

#AB627E (or 0xAB627E) is unknown color: approx Tapestry. HEX triplet: AB, 62 and 7E. RGB value is (171,98,126). Sum of RGB (Red+Green+Blue) = 171+98+126=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB627E is #549D81. Grayscale: #7A7A7A. Windows color (decimal): -5545346 or 8282795. OLE color: 8282795.

HSL color Cylindrical-coordinate representation of color #AB627E: hue angle of 336.99º degrees, saturation: 0.3, 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 #AB627E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17198126-
CMYK00.430.260.33
HSL336.99º30.29%52.75%-
HSV(B)336.99º42.69%67.06%-
XYZ24.9318.922.07-
YUV123.02129.68162.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=43.29%
G=24.81%
B=31.90%

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
Decimal1719812600.430.260.33336.9930.2952.75
HexAB627E02B1A211511e35
Octal25314217605332415213665
Binary101010111100010111111001010111101010000110101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB627E; }

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

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

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

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

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

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

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

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