#A8A0DF

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

Shades of Wistful #A8A0DF

Tints of Wistful #A8A0DF

Color information

#A8A0DF (or 0xA8A0DF) is unknown color: approx Wistful. HEX triplet: A8, A0 and DF. RGB value is (168,160,223). Sum of RGB (Red+Green+Blue) = 168+160+223=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0DF is #575F20. Grayscale: #A9A9A9. Windows color (decimal): -5725985 or 14655656. OLE color: 14655656.

HSL color Cylindrical-coordinate representation of color #A8A0DF: hue angle of 247.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8A0DF is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168160223-
CMYK0.250.2800.13
HSL247.62º49.61%75.1%-
HSV(B)247.62º28.25%87.45%-
XYZ42.0438.7975.08-
YUV169.57158.15126.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=30.49%
G=29.04%
B=40.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681602230.250.2800.13247.6249.6175.1
HexA8A0DF191C0Df8324b
Octal250240337313401537062113
Binary101010001010000011011111110011110001101111110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0DF; }

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

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

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

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

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

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

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

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