#AB6284

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

Shades of Tapestry #AB6284

Tints of Tapestry #AB6284

Color information

#AB6284 (or 0xAB6284) is unknown color: approx Tapestry. HEX triplet: AB, 62 and 84. RGB value is (171,98,132). Sum of RGB (Red+Green+Blue) = 171+98+132=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6284 is #549D7B. Grayscale: #7B7B7B. Windows color (decimal): -5545340 or 8676011. OLE color: 8676011.

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

Color convert

RGB17198132-
CMYK00.430.230.33
HSL332.05º30.29%52.75%-
HSV(B)332.05º42.69%67.06%-
XYZ25.3319.0624.17-
YUV123.7132.68161.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=42.64%
G=24.44%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719813200.430.230.33332.0530.2952.75
HexAB628402B172114c1e35
Octal25314220405327415143665
Binary1010101111000101000010001010111011110000110100110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6284; }

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

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

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

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

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

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

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

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