#A39DB7

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

Shades of Spun Pearl #A39DB7

Tints of Spun Pearl #A39DB7

Color information

#A39DB7 (or 0xA39DB7) is unknown color: approx Spun Pearl. HEX triplet: A3, 9D and B7. RGB value is (163,157,183). Sum of RGB (Red+Green+Blue) = 163+157+183=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #A39DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DB7 is #5C6248. Grayscale: #A1A1A1. Windows color (decimal): -6054473 or 12033443. OLE color: 12033443.

HSL color Cylindrical-coordinate representation of color #A39DB7: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A39DB7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163157183-
CMYK0.110.1400.28
HSL253.85º15.29%66.67%-
HSV(B)253.85º14.21%71.76%-
XYZ35.7135.3249.74-
YUV161.76139.99128.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=32.41%
G=31.21%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631571830.110.1400.28253.8515.2966.67
HexA39DB7BE01Cfef43
Octal243235267131603437617103
Binary101000111001110110110111101111100111001111111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DB7; }

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

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

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

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

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

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

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

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