#A8A0EA

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

Shades of Wistful #A8A0EA

Tints of Wistful #A8A0EA

Color information

#A8A0EA (or 0xA8A0EA) is unknown color: approx Wistful. HEX triplet: A8, A0 and EA. RGB value is (168,160,234). Sum of RGB (Red+Green+Blue) = 168+160+234=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A0EA is #575F15. Grayscale: #AAAAAA. Windows color (decimal): -5725974 or 15376552. OLE color: 15376552.

HSL color Cylindrical-coordinate representation of color #A8A0EA: hue angle of 246.49º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A0EA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168160234-
CMYK0.280.3200.08
HSL246.49º63.79%77.25%-
HSV(B)246.49º31.62%91.76%-
XYZ43.5739.4183.15-
YUV170.83163.65125.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.89%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=29.89%
G=28.47%
B=41.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681602340.280.3200.08246.4963.7977.25
HexA8A0EA1C2008f6404d
Octal2502403523440010366100115
Binary10101000101000001110101011100100000010001111011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0EA; }

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

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

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

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

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

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

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

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