#AB6287

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

Shades of Tapestry #AB6287

Tints of Tapestry #AB6287

Color information

#AB6287 (or 0xAB6287) is unknown color: approx Tapestry. HEX triplet: AB, 62 and 87. RGB value is (171,98,135). Sum of RGB (Red+Green+Blue) = 171+98+135=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6287 is #549D78. Grayscale: #7B7B7B. Windows color (decimal): -5545337 or 8872619. OLE color: 8872619.

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

Color convert

RGB17198135-
CMYK00.430.210.33
HSL329.59º30.29%52.75%-
HSV(B)329.59º42.69%67.06%-
XYZ25.5419.1425.27-
YUV124.04134.18161.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=42.33%
G=24.26%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719813500.430.210.33329.5930.2952.75
HexAB628702B152114a1e35
Octal25314220705325415123665
Binary1010101111000101000011101010111010110000110100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6287; }

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

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

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

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

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

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

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

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