#AD5F8A

Color #AD5F8A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AD5F8A

Tints of Tapestry #AD5F8A

Color information

#AD5F8A (or 0xAD5F8A) is unknown color: approx Tapestry. HEX triplet: AD, 5F and 8A. RGB value is (173,95,138). Sum of RGB (Red+Green+Blue) = 173+95+138=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F8A is #52A075. Grayscale: #7B7B7B. Windows color (decimal): -5415030 or 9068461. OLE color: 9068461.

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

Color convert

RGB17395138-
CMYK00.450.200.32
HSL326.92º32.23%52.55%-
HSV(B)326.92º45.09%67.84%-
XYZ25.9118.926.33-
YUV123.22136.34163.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=42.61%
G=23.40%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739513800.450.200.32326.9232.2352.55
HexAD5F8A02D14201472035
Octal25513721205524405074065
Binary10101101101111110001010010110110100100000101000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F8A; }

 p { color: rgb(173,95,138); }

 H1.HeaderClassName
 {
   color: #AD5F8A;
 }
 .AnyTagClassName
 {
   color: #AD5F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,95,138); }

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

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

 span { border-color: rgb(173,95,138); }

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