#A3A0B6

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

Shades of Spun Pearl #A3A0B6

Tints of Spun Pearl #A3A0B6

Color information

#A3A0B6 (or 0xA3A0B6) is unknown color: approx Spun Pearl. HEX triplet: A3, A0 and B6. RGB value is (163,160,182). Sum of RGB (Red+Green+Blue) = 163+160+182=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #A3A0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0B6 is #5C5F49. Grayscale: #A3A3A3. Windows color (decimal): -6053706 or 11968675. OLE color: 11968675.

HSL color Cylindrical-coordinate representation of color #A3A0B6: hue angle of 248.18º 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 #A3A0B6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163160182-
CMYK0.100.1200.29
HSL248.18º13.1%67.06%-
HSV(B)248.18º12.09%71.37%-
XYZ36.1236.3149.36-
YUV163.4138.49127.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=32.28%
G=31.68%
B=36.04%

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
Decimal1631601820.100.1200.29248.1813.167.06
HexA3A0B6AC01Df8d43
Octal243240266121403537015103
Binary101000111010000010110110101011000111011111100011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A0B6; }

 p { color: rgb(163,160,182); }

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

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

 a { background-color: rgb(163,160,182); }

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

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

 span { border-color: rgb(163,160,182); }

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