#A39FB5

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

Shades of Spun Pearl #A39FB5

Tints of Spun Pearl #A39FB5

Color information

#A39FB5 (or 0xA39FB5) is unknown color: approx Spun Pearl. HEX triplet: A3, 9F and B5. RGB value is (163,159,181). Sum of RGB (Red+Green+Blue) = 163+159+181=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #A39FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FB5 is #5C604A. Grayscale: #A2A2A2. Windows color (decimal): -6053963 or 11902883. OLE color: 11902883.

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

Color convert

RGB163159181-
CMYK0.100.1200.29
HSL250.91º12.94%66.67%-
HSV(B)250.91º12.15%70.98%-
XYZ35.8435.9248.76-
YUV162.7138.33128.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=32.41%
G=31.61%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631591810.100.1200.29250.9112.9466.67
HexA39FB5AC01Dfbd43
Octal243237265121403537315103
Binary101000111001111110110101101011000111011111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FB5; }

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

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

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

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

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

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

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

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