Html Css Color HEX #AA6980 Tapestry

📋 copy color: '#AA6980'

red 170 ◦ green 105 ◦ blue 128

#AA6980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AA6980

Tints of Tapestry #AA6980

RGB

 RED value IS 170 (66.8% from 255) = 42.18%

 GREEN value IS 105 (41.41% from 255) = 26.05%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 42.18%
G = 26.05%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA6980 (or 0xAA6980) is known color: Tapestry. HEX triplet: AA, 69 and 80. RGB value is (170,105,128). Sum of RGB (Red+Green+Blue) = 170+105+128=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6980 is #55967F. Grayscale: #7F7F7F. Windows color (decimal): -5609088 or 8415658. OLE color: 8415658.

HSL color Cylindrical-coordinate representation of color #AA6980: hue angle of 338.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6980 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 105 128 -
CMYK 0 0.38 0.25 0.33
HSL 338.77º 0.28% 0.54% -
HSV(B) 338.77º 0.38% 0.67% -
XYZ 25.53 20.21 22.98 -
YUV 127.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 170 105 128 0 0.38 0.25 0.33 338.77 0.28 0.54
Hex AA 69 80 0 26 19 21 153 1C 36
Octal 252 151 200 0 46 31 41 523 34 66
Binary 10101010 1101001 10000000 0 100110 11001 100001 101010011 11100 110110

Color Harmonies of #AA6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6980

Black with #AA6980

Text Example


Text Example

White with #AA6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6980; }

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

 H1.HeaderClassName
 {
   color: #AA6980;
 }
 .AnyTagClassName
 {
   color: #AA6980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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