#A39FAD

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

Shades of Spun Pearl #A39FAD

Tints of Spun Pearl #A39FAD

Color information

#A39FAD (or 0xA39FAD) is unknown color: approx Spun Pearl. HEX triplet: A3, 9F and AD. RGB value is (163,159,173). Sum of RGB (Red+Green+Blue) = 163+159+173=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #A39FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39FAD is #5C6052. Grayscale: #A1A1A1. Windows color (decimal): -6053971 or 11378595. OLE color: 11378595.

HSL color Cylindrical-coordinate representation of color #A39FAD: hue angle of 257.14º 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 #A39FAD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163159173-
CMYK0.060.0800.32
HSL257.14º7.87%65.1%-
HSV(B)257.14º8.09%67.84%-
XYZ35.0535.644.56-
YUV161.79134.33128.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=32.93%
G=32.12%
B=34.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631591730.060.0800.32257.147.8765.1
HexA39FAD68020101841
Octal24323725561004040110101
Binary1010001110011111101011011101000010000010000000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FAD; }

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

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

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

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

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

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

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

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