#A39EB3

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

Shades of Spun Pearl #A39EB3

Tints of Spun Pearl #A39EB3

Color information

#A39EB3 (or 0xA39EB3) is unknown color: approx Spun Pearl. HEX triplet: A3, 9E and B3. RGB value is (163,158,179). Sum of RGB (Red+Green+Blue) = 163+158+179=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #A39EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EB3 is #5C614C. Grayscale: #A1A1A1. Windows color (decimal): -6054221 or 11771555. OLE color: 11771555.

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

Color convert

RGB163158179-
CMYK0.090.1200.30
HSL254.29º12.14%66.08%-
HSV(B)254.29º11.73%70.2%-
XYZ35.4735.4947.63-
YUV161.89137.66128.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=32.6%
G=31.6%
B=35.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631581790.090.1200.30254.2912.1466.08
HexA39EB39C01Efec42
Octal243236263111403637614102
Binary101000111001111010110011100111000111101111111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EB3; }

 p { color: rgb(163,158,179); }

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

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

 a { background-color: rgb(163,158,179); }

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

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

 span { border-color: rgb(163,158,179); }

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