#AB5F7C

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

Shades of Tapestry #AB5F7C

Tints of Tapestry #AB5F7C

Color information

#AB5F7C (or 0xAB5F7C) is unknown color: approx Tapestry. HEX triplet: AB, 5F and 7C. RGB value is (171,95,124). Sum of RGB (Red+Green+Blue) = 171+95+124=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5F7C is #54A083. Grayscale: #787878. Windows color (decimal): -5546116 or 8150955. OLE color: 8150955.

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

Color convert

RGB17195124-
CMYK00.440.270.33
HSL337.11º31.15%52.16%-
HSV(B)337.11º44.44%67.06%-
XYZ24.5218.321.31-
YUV121.03129.68163.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=43.85%
G=24.36%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719512400.440.270.33337.1131.1552.16
HexAB5F7C02C1B211511f34
Octal25313717405433415213764
Binary101010111011111111110001011001101110000110101000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F7C; }

 p { color: rgb(171,95,124); }

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

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

 a { background-color: rgb(171,95,124); }

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

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

 span { border-color: rgb(171,95,124); }

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