#A8A1DC

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

Shades of Wistful #A8A1DC

Tints of Wistful #A8A1DC

Color information

#A8A1DC (or 0xA8A1DC) is unknown color: approx Wistful. HEX triplet: A8, A1 and DC. RGB value is (168,161,220). Sum of RGB (Red+Green+Blue) = 168+161+220=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1DC is #575E23. Grayscale: #A9A9A9. Windows color (decimal): -5725732 or 14459304. OLE color: 14459304.

HSL color Cylindrical-coordinate representation of color #A8A1DC: hue angle of 247.12º 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 #A8A1DC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168161220-
CMYK0.240.2700.14
HSL247.12º45.74%74.71%-
HSV(B)247.12º26.82%86.27%-
XYZ41.8138.9873.03-
YUV169.82156.32126.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=30.60%
G=29.33%
B=40.07%

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
Decimal1681612200.240.2700.14247.1245.7474.71
HexA8A1DC181B0Ef72e4b
Octal250241334303301636756113
Binary101010001010000111011100110001101101110111101111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A1DC; }

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

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

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

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

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

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

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

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