#AB5F81

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

Shades of Tapestry #AB5F81

Tints of Tapestry #AB5F81

Color information

#AB5F81 (or 0xAB5F81) is unknown color: approx Tapestry. HEX triplet: AB, 5F and 81. RGB value is (171,95,129). Sum of RGB (Red+Green+Blue) = 171+95+129=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5F81 is #54A07E. Grayscale: #797979. Windows color (decimal): -5546111 or 8478635. OLE color: 8478635.

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

Color convert

RGB17195129-
CMYK00.440.250.33
HSL333.16º31.15%52.16%-
HSV(B)333.16º44.44%67.06%-
XYZ24.8518.4323.02-
YUV121.6132.18163.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=43.29%
G=24.05%
B=32.66%

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
Decimal1719512900.440.250.33333.1631.1552.16
HexAB5F8102C192114d1f34
Octal25313720105431415153764
Binary1010101110111111000000101011001100110000110100110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F81; }

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

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

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

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

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

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

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

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