#A3A0E1

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

Shades of Wistful #A3A0E1

Tints of Wistful #A3A0E1

Color information

#A3A0E1 (or 0xA3A0E1) is unknown color: approx Wistful. HEX triplet: A3, A0 and E1. RGB value is (163,160,225). Sum of RGB (Red+Green+Blue) = 163+160+225=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #A3A0E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0E1 is #5C5F1E. Grayscale: #A8A8A8. Windows color (decimal): -6053663 or 14786723. OLE color: 14786723.

HSL color Cylindrical-coordinate representation of color #A3A0E1: hue angle of 242.77º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3A0E1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163160225-
CMYK0.280.2900.12
HSL242.77º52%75.49%-
HSV(B)242.77º28.89%88.24%-
XYZ41.2738.3676.46-
YUV168.31159.99124.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=29.74%
G=29.20%
B=41.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631602250.280.2900.12242.775275.49
HexA3A0E11C1D0Cf3344b
Octal243240341343501436364113
Binary101000111010000011100001111001110101100111100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A0E1; }

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

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

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

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

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

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

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

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