#A39DAD

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

Shades of Spun Pearl #A39DAD

Tints of Spun Pearl #A39DAD

Color information

#A39DAD (or 0xA39DAD) is unknown color: approx Spun Pearl. HEX triplet: A3, 9D and AD. RGB value is (163,157,173). Sum of RGB (Red+Green+Blue) = 163+157+173=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A39DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39DAD is #5C6252. Grayscale: #A0A0A0. Windows color (decimal): -6054483 or 11378083. OLE color: 11378083.

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

Color convert

RGB163157173-
CMYK0.060.0900.32
HSL262.5º8.89%64.71%-
HSV(B)262.5º9.25%67.84%-
XYZ34.734.9244.45-
YUV160.62134.99129.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=33.06%
G=31.85%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631571730.060.0900.32262.58.8964.71
HexA39DAD69020106941
Octal24323525561104040611101
Binary1010001110011101101011011101001010000010000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DAD; }

 p { color: rgb(163,157,173); }

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

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

 a { background-color: rgb(163,157,173); }

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

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

 span { border-color: rgb(163,157,173); }

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