#A49FAD

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

Shades of Spun Pearl #A49FAD

Tints of Spun Pearl #A49FAD

Color information

#A49FAD (or 0xA49FAD) is unknown color: approx Spun Pearl. HEX triplet: A4, 9F and AD. RGB value is (164,159,173). Sum of RGB (Red+Green+Blue) = 164+159+173=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #A49FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FAD is #5B6052. Grayscale: #A2A2A2. Windows color (decimal): -5988435 or 11378596. OLE color: 11378596.

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

Color convert

RGB164159173-
CMYK0.050.0800.32
HSL261.43º7.87%65.1%-
HSV(B)261.43º8.09%67.84%-
XYZ35.2535.7144.57-
YUV162.09134.16129.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=33.06%
G=32.06%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641591730.050.0800.32261.437.8765.1
HexA49FAD58020105841
Octal24423725551004040510101
Binary1010010010011111101011011011000010000010000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FAD; }

 p { color: rgb(164,159,173); }

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

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

 a { background-color: rgb(164,159,173); }

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

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

 span { border-color: rgb(164,159,173); }

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