#A8A3EA

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

Shades of Wistful #A8A3EA

Tints of Wistful #A8A3EA

Color information

#A8A3EA (or 0xA8A3EA) is unknown color: approx Wistful. HEX triplet: A8, A3 and EA. RGB value is (168,163,234). Sum of RGB (Red+Green+Blue) = 168+163+234=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A3EA is #575C15. Grayscale: #ACACAC. Windows color (decimal): -5725206 or 15377320. OLE color: 15377320.

HSL color Cylindrical-coordinate representation of color #A8A3EA: hue angle of 244.23º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A3EA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168163234-
CMYK0.280.3000.08
HSL244.23º62.83%77.84%-
HSV(B)244.23º30.34%91.76%-
XYZ44.140.4683.33-
YUV172.59162.66124.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=29.73%
G=28.85%
B=41.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681632340.280.3000.08244.2362.8377.84
HexA8A3EA1C1E08f43f4e
Octal250243352343601036477116
Binary101010001010001111101010111001111001000111101001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A3EA; }

 p { color: rgb(168,163,234); }

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

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

 a { background-color: rgb(168,163,234); }

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

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

 span { border-color: rgb(168,163,234); }

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