#A8A4E3

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

Shades of Wistful #A8A4E3

Tints of Wistful #A8A4E3

Color information

#A8A4E3 (or 0xA8A4E3) is unknown color: approx Wistful. HEX triplet: A8, A4 and E3. RGB value is (168,164,227). Sum of RGB (Red+Green+Blue) = 168+164+227=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #A8A4E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4E3 is #575B1C. Grayscale: #ACACAC. Windows color (decimal): -5724957 or 14918824. OLE color: 14918824.

HSL color Cylindrical-coordinate representation of color #A8A4E3: hue angle of 243.81º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8A4E3 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168164227-
CMYK0.260.2800.11
HSL243.81º52.94%76.67%-
HSV(B)243.81º27.75%89.02%-
XYZ43.2940.4278.19-
YUV172.38158.83124.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 227 (89.06% from 255) = 40.61%
R=30.05%
G=29.34%
B=40.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681642270.260.2800.11243.8152.9476.67
HexA8A4E31A1C0Bf4354d
Octal250244343323401336465115
Binary101010001010010011100011110101110001011111101001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A4E3; }

 p { color: rgb(168,164,227); }

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

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

 a { background-color: rgb(168,164,227); }

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

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

 span { border-color: rgb(168,164,227); }

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