#A39FAF

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

Shades of Spun Pearl #A39FAF

Tints of Spun Pearl #A39FAF

Color information

#A39FAF (or 0xA39FAF) is unknown color: approx Spun Pearl. HEX triplet: A3, 9F and AF. RGB value is (163,159,175). Sum of RGB (Red+Green+Blue) = 163+159+175=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #A39FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39FAF is #5C6050. Grayscale: #A1A1A1. Windows color (decimal): -6053969 or 11509667. OLE color: 11509667.

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

Color convert

RGB163159175-
CMYK0.070.0900.31
HSL255º9.09%65.49%-
HSV(B)255º9.14%68.63%-
XYZ35.2435.6845.59-
YUV162.02135.33128.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=32.80%
G=31.99%
B=35.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631591750.070.0900.312559.0965.49
HexA39FAF7901Fff941
Octal24323725771103737711101
Binary10100011100111111010111111110010111111111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FAF; }

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

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

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

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

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

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

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

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