#A3A0CE

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

Shades of Wistful #A3A0CE

Tints of Wistful #A3A0CE

Color information

#A3A0CE (or 0xA3A0CE) is unknown color: approx Wistful. HEX triplet: A3, A0 and CE. RGB value is (163,160,206). Sum of RGB (Red+Green+Blue) = 163+160+206=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0CE is #5C5F31. Grayscale: #A5A5A5. Windows color (decimal): -6053682 or 13541539. OLE color: 13541539.

HSL color Cylindrical-coordinate representation of color #A3A0CE: hue angle of 243.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3A0CE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163160206-
CMYK0.210.2200.19
HSL243.91º31.94%71.76%-
HSV(B)243.91º22.33%80.78%-
XYZ38.8237.3863.56-
YUV166.14150.49125.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=30.81%
G=30.25%
B=38.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631602060.210.2200.19243.9131.9471.76
HexA3A0CE1516013f42048
Octal243240316252602336440110
Binary1010001110100000110011101010110110010011111101001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A0CE; }

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

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

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

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

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

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

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

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