#A39FB4

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

Shades of Spun Pearl #A39FB4

Tints of Spun Pearl #A39FB4

Color information

#A39FB4 (or 0xA39FB4) is unknown color: approx Spun Pearl. HEX triplet: A3, 9F and B4. RGB value is (163,159,180). Sum of RGB (Red+Green+Blue) = 163+159+180=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A39FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FB4 is #5C604B. Grayscale: #A2A2A2. Windows color (decimal): -6053964 or 11837347. OLE color: 11837347.

HSL color Cylindrical-coordinate representation of color #A39FB4: hue angle of 251.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A39FB4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163159180-
CMYK0.090.1200.29
HSL251.43º12.28%66.47%-
HSV(B)251.43º11.67%70.59%-
XYZ35.7435.8848.22-
YUV162.59137.83128.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=32.47%
G=31.67%
B=35.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631591800.090.1200.29251.4312.2866.47
HexA39FB49C01Dfbc42
Octal243237264111403537314102
Binary101000111001111110110100100111000111011111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FB4; }

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

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

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

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

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

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

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

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