#AB6282

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

Shades of Tapestry #AB6282

Tints of Tapestry #AB6282

Color information

#AB6282 (or 0xAB6282) is unknown color: approx Tapestry. HEX triplet: AB, 62 and 82. RGB value is (171,98,130). Sum of RGB (Red+Green+Blue) = 171+98+130=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6282 is #549D7D. Grayscale: #7B7B7B. Windows color (decimal): -5545342 or 8544939. OLE color: 8544939.

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

Color convert

RGB17198130-
CMYK00.430.240.33
HSL333.7º30.29%52.75%-
HSV(B)333.7º42.69%67.06%-
XYZ25.191923.46-
YUV123.48131.68161.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=42.86%
G=24.56%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719813000.430.240.33333.730.2952.75
HexAB628202B182114e1e35
Octal25314220205330415163665
Binary1010101111000101000001001010111100010000110100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6282; }

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

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

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

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

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

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

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

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