#A8A0DC

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

Shades of Wistful #A8A0DC

Tints of Wistful #A8A0DC

Color information

#A8A0DC (or 0xA8A0DC) is unknown color: approx Wistful. HEX triplet: A8, A0 and DC. RGB value is (168,160,220). Sum of RGB (Red+Green+Blue) = 168+160+220=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0DC is #575F23. Grayscale: #A8A8A8. Windows color (decimal): -5725988 or 14459048. OLE color: 14459048.

HSL color Cylindrical-coordinate representation of color #A8A0DC: hue angle of 248º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8A0DC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168160220-
CMYK0.240.2700.14
HSL248º46.15%74.51%-
HSV(B)248º27.27%86.27%-
XYZ41.6438.6372.97-
YUV169.23156.65127.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=30.66%
G=29.20%
B=40.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681602200.240.2700.1424846.1574.51
HexA8A0DC181B0Ef82e4b
Octal250240334303301637056113
Binary101010001010000011011100110001101101110111110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0DC; }

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

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

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

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

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

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

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

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