Html Css Color HEX #AD638D Tapestry

📋 copy color: '#AD638D'

red 173 ◦ green 99 ◦ blue 141

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

Shades of Tapestry #AD638D

Tints of Tapestry #AD638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

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

R = 41.89%
G = 23.97%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD638D (or 0xAD638D) is known color: Tapestry. HEX triplet: AD, 63 and 8D. RGB value is (173,99,141). Sum of RGB (Red+Green+Blue) = 173+99+141=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD638D is #529C72. Grayscale: #7D7D7D. Windows color (decimal): -5414003 or 9266093. OLE color: 9266093.

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

Color convert

RGB 173 99 141 -
CMYK 0 0.43 0.18 0.32
HSL 325.95º 0.31% 0.53% -
HSV(B) 325.95º 0.43% 0.68% -
XYZ 26.5 19.73 27.61 -
YUV 125.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 173 99 141 0 0.43 0.18 0.32 325.95 0.31 0.53
Hex AD 63 8D 0 2B 12 20 146 1F 35
Octal 255 143 215 0 53 22 40 506 37 65
Binary 10101101 1100011 10001101 0 101011 10010 100000 101000110 11111 110101

Color Harmonies of #AD638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD638D

Black with #AD638D

Text Example


Text Example

White with #AD638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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