#AB6585

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

Shades of Tapestry #AB6585

Tints of Tapestry #AB6585

Color information

#AB6585 (or 0xAB6585) is unknown color: approx Tapestry. HEX triplet: AB, 65 and 85. RGB value is (171,101,133). Sum of RGB (Red+Green+Blue) = 171+101+133=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6585 is #549A7A. Grayscale: #7D7D7D. Windows color (decimal): -5544571 or 8742315. OLE color: 8742315.

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

Color convert

RGB171101133-
CMYK00.410.220.33
HSL332.57º29.41%53.33%-
HSV(B)332.57º40.94%67.06%-
XYZ25.6819.6624.63-
YUV125.58132.19160.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=42.22%
G=24.94%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110113300.410.220.33332.5729.4153.33
HexAB6585029162114d1d35
Octal25314520505126415153565
Binary1010101111001011000010101010011011010000110100110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6585; }

 p { color: rgb(171,101,133); }

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

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

 a { background-color: rgb(171,101,133); }

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

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

 span { border-color: rgb(171,101,133); }

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