#A8A0E4

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

Shades of Wistful #A8A0E4

Tints of Wistful #A8A0E4

Color information

#A8A0E4 (or 0xA8A0E4) is unknown color: approx Wistful. HEX triplet: A8, A0 and E4. RGB value is (168,160,228). Sum of RGB (Red+Green+Blue) = 168+160+228=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #A8A0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0E4 is #575F1B. Grayscale: #A9A9A9. Windows color (decimal): -5725980 or 14983336. OLE color: 14983336.

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

Color convert

RGB168160228-
CMYK0.260.3000.11
HSL247.06º55.74%76.08%-
HSV(B)247.06º29.82%89.41%-
XYZ42.7239.0778.69-
YUV170.14160.65126.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=30.22%
G=28.78%
B=41.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681602280.260.3000.11247.0655.7476.08
HexA8A0E41A1E0Bf7384c
Octal250240344323601336770114
Binary101010001010000011100100110101111001011111101111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0E4; }

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

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

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

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

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

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

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

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