#AB6085

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

Shades of Tapestry #AB6085

Tints of Tapestry #AB6085

Color information

#AB6085 (or 0xAB6085) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 85. RGB value is (171,96,133). Sum of RGB (Red+Green+Blue) = 171+96+133=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6085 is #549F7A. Grayscale: #7A7A7A. Windows color (decimal): -5545851 or 8741035. OLE color: 8741035.

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

Color convert

RGB17196133-
CMYK00.440.220.33
HSL330.4º30.86%52.35%-
HSV(B)330.4º43.86%67.06%-
XYZ25.2118.7224.47-
YUV122.64133.85162.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=42.75%
G=24%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719613300.440.220.33330.430.8652.35
HexAB608502C162114a1f34
Octal25314020505426415123764
Binary1010101111000001000010101011001011010000110100101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6085; }

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

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

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

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

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

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

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

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