#AA6380

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

Shades of Tapestry #AA6380

Tints of Tapestry #AA6380

Color information

#AA6380 (or 0xAA6380) is unknown color: approx Tapestry. HEX triplet: AA, 63 and 80. RGB value is (170,99,128). Sum of RGB (Red+Green+Blue) = 170+99+128=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6380 is #559C7F. Grayscale: #7B7B7B. Windows color (decimal): -5610624 or 8414122. OLE color: 8414122.

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

Color convert

RGB17099128-
CMYK00.420.250.33
HSL335.49º29.46%52.75%-
HSV(B)335.49º41.76%66.67%-
XYZ24.9419.0322.78-
YUV123.54130.52161.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=42.82%
G=24.94%
B=32.24%

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
Decimal1709912800.420.250.33335.4929.4652.75
HexAA638002A192114f1d35
Octal25214320005231415173565
Binary1010101011000111000000001010101100110000110100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6380; }

 p { color: rgb(170,99,128); }

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

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

 a { background-color: rgb(170,99,128); }

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

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

 span { border-color: rgb(170,99,128); }

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