Html Css Color HEX #AD6F8D Tapestry

📋 copy color: '#AD6F8D'

red 173 ◦ green 111 ◦ blue 141

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

Shades of Tapestry #AD6F8D

Tints of Tapestry #AD6F8D

RGB

 RED value IS 173 (67.97% from 255) = 40.71%

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 40.71%
G = 26.12%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD6F8D (or 0xAD6F8D) is known color: Tapestry. HEX triplet: AD, 6F and 8D. RGB value is (173,111,141). Sum of RGB (Red+Green+Blue) = 173+111+141=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6F8D is #529072. Grayscale: #848484. Windows color (decimal): -5410931 or 9269165. OLE color: 9269165.

HSL color Cylindrical-coordinate representation of color #AD6F8D: hue angle of 330.97º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6F8D is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 111 141 -
CMYK 0 0.36 0.18 0.32
HSL 330.97º 0.27% 0.56% -
HSV(B) 330.97º 0.36% 0.68% -
XYZ 27.73 22.18 28.02 -
YUV 132.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 173 111 141 0 0.36 0.18 0.32 330.97 0.27 0.56
Hex AD 6F 8D 0 24 12 20 14B 1B 38
Octal 255 157 215 0 44 22 40 513 33 70
Binary 10101101 1101111 10001101 0 100100 10010 100000 101001011 11011 111000

Color Harmonies of #AD6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F8D

Black with #AD6F8D

Text Example


Text Example

White with #AD6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F8D; }

 p { color: rgb(173,111,141); }

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

background-color css

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

 a { background-color: rgb(173,111,141); }

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

border-color css

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

 span { border-color: rgb(173,111,141); }

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