#AB6481

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

Shades of Tapestry #AB6481

Tints of Tapestry #AB6481

Color information

#AB6481 (or 0xAB6481) is unknown color: approx Tapestry. HEX triplet: AB, 64 and 81. RGB value is (171,100,129). Sum of RGB (Red+Green+Blue) = 171+100+129=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6481 is #549B7E. Grayscale: #7C7C7C. Windows color (decimal): -5544831 or 8479915. OLE color: 8479915.

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

Color convert

RGB171100129-
CMYK00.420.250.33
HSL335.49º29.71%53.14%-
HSV(B)335.49º41.52%67.06%-
XYZ25.3119.3623.17-
YUV124.54130.52161.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=42.75%
G=25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110012900.420.250.33335.4929.7153.14
HexAB648102A192114f1e35
Octal25314420105231415173665
Binary1010101111001001000000101010101100110000110100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6481; }

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

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

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

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

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

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

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

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