#A8A0E8

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

Shades of Wistful #A8A0E8

Tints of Wistful #A8A0E8

Color information

#A8A0E8 (or 0xA8A0E8) is unknown color: approx Wistful. HEX triplet: A8, A0 and E8. RGB value is (168,160,232). Sum of RGB (Red+Green+Blue) = 168+160+232=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8A0E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A0E8 is #575F17. Grayscale: #AAAAAA. Windows color (decimal): -5725976 or 15245480. OLE color: 15245480.

HSL color Cylindrical-coordinate representation of color #A8A0E8: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8A0E8 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168160232-
CMYK0.280.3100.09
HSL246.67º61.02%76.86%-
HSV(B)246.67º31.03%90.98%-
XYZ43.2839.2981.65-
YUV170.6162.65126.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=30%
G=28.57%
B=41.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681602320.280.3100.09246.6761.0276.86
HexA8A0E81C1F09f73d4d
Octal250240350343701136775115
Binary101010001010000011101000111001111101001111101111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0E8; }

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

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

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

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

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

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

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

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