#A8A1E3

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

Shades of Wistful #A8A1E3

Tints of Wistful #A8A1E3

Color information

#A8A1E3 (or 0xA8A1E3) is unknown color: approx Wistful. HEX triplet: A8, A1 and E3. RGB value is (168,161,227). Sum of RGB (Red+Green+Blue) = 168+161+227=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 227 - color contains mainly: blue. Hex color #A8A1E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1E3 is #575E1C. Grayscale: #AAAAAA. Windows color (decimal): -5725725 or 14918056. OLE color: 14918056.

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

Color convert

RGB168161227-
CMYK0.260.2900.11
HSL246.36º54.1%76.08%-
HSV(B)246.36º29.07%89.02%-
XYZ42.7639.3678.02-
YUV170.62159.82126.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 227 (89.06% from 255) = 40.83%
R=30.22%
G=28.96%
B=40.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681612270.260.2900.11246.3654.176.08
HexA8A1E31A1D0Bf6364c
Octal250241343323501336666114
Binary101010001010000111100011110101110101011111101101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A1E3; }

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

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

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

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

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

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

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

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