Html Css Color HEX #AA6581 Tapestry

📋 copy color: '#AA6581'

red 170 ◦ green 101 ◦ blue 129

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

Shades of Tapestry #AA6581

Tints of Tapestry #AA6581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 42.5%
G = 25.25%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA6581 (or 0xAA6581) is known color: Tapestry. HEX triplet: AA, 65 and 81. RGB value is (170,101,129). Sum of RGB (Red+Green+Blue) = 170+101+129=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6581 is #559A7E. Grayscale: #7C7C7C. Windows color (decimal): -5610111 or 8480170. OLE color: 8480170.

HSL color Cylindrical-coordinate representation of color #AA6581: hue angle of 335.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6581 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 101 129 -
CMYK 0 0.41 0.24 0.33
HSL 335.65º 0.29% 0.53% -
HSV(B) 335.65º 0.41% 0.67% -
XYZ 25.19 19.44 23.19 -
YUV 124.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 170 101 129 0 0.41 0.24 0.33 335.65 0.29 0.53
Hex AA 65 81 0 29 18 21 150 1D 35
Octal 252 145 201 0 51 30 41 520 35 65
Binary 10101010 1100101 10000001 0 101001 11000 100001 101010000 11101 110101

Color Harmonies of #AA6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6581

Black with #AA6581

Text Example


Text Example

White with #AA6581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6581; }

 p { color: rgb(170,101,129); }

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

background-color css

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

 a { background-color: rgb(170,101,129); }

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

border-color css

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

 span { border-color: rgb(170,101,129); }

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