Html Css Color HEX #AA6380 Tapestry

📋 copy color: '#AA6380'

red 170 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #AA6380

Tints of Tapestry #AA6380

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA6380 (or 0xAA6380) is known color: 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

RGB 170 99 128 -
CMYK 0 0.42 0.25 0.33
HSL 335.49º 0.29% 0.53% -
HSV(B) 335.49º 0.42% 0.67% -
XYZ 24.94 19.03 22.78 -
YUV 123.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 170 99 128 0 0.42 0.25 0.33 335.49 0.29 0.53
Hex AA 63 80 0 2A 19 21 14F 1D 35
Octal 252 143 200 0 52 31 41 517 35 65
Binary 10101010 1100011 10000000 0 101010 11001 100001 101001111 11101 110101

Color Harmonies of #AA6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6380

Black with #AA6380

Text Example


Text Example

White with #AA6380

Text Example


Text Example

HTML Codes & Css Web 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>