#AB6387

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

Shades of Tapestry #AB6387

Tints of Tapestry #AB6387

Color information

#AB6387 (or 0xAB6387) is unknown color: approx Tapestry. HEX triplet: AB, 63 and 87. RGB value is (171,99,135). Sum of RGB (Red+Green+Blue) = 171+99+135=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6387 is #549C78. Grayscale: #7C7C7C. Windows color (decimal): -5545081 or 8872875. OLE color: 8872875.

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

Color convert

RGB17199135-
CMYK00.420.210.33
HSL330º30%52.94%-
HSV(B)330º42.11%67.06%-
XYZ25.6319.3325.3-
YUV124.63133.85161.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=42.22%
G=24.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719913500.420.210.333303052.94
HexAB638702A152114a1e35
Octal25314320705225415123665
Binary1010101111000111000011101010101010110000110100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6387; }

 p { color: rgb(171,99,135); }

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

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

 a { background-color: rgb(171,99,135); }

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

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

 span { border-color: rgb(171,99,135); }

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