#A8A1D0

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

Shades of Wistful #A8A1D0

Tints of Wistful #A8A1D0

Color information

#A8A1D0 (or 0xA8A1D0) is unknown color: approx Wistful. HEX triplet: A8, A1 and D0. RGB value is (168,161,208). Sum of RGB (Red+Green+Blue) = 168+161+208=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8A1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1D0 is #575E2F. Grayscale: #A8A8A8. Windows color (decimal): -5725744 or 13672872. OLE color: 13672872.

HSL color Cylindrical-coordinate representation of color #A8A1D0: hue angle of 248.94º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8A1D0 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168161208-
CMYK0.190.2300.18
HSL248.94º33.33%72.35%-
HSV(B)248.94º22.6%81.57%-
XYZ40.2838.3764.96-
YUV168.45150.32127.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=31.28%
G=29.98%
B=38.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681612080.190.2300.18248.9433.3372.35
HexA8A1D01317012f92148
Octal250241320232702237141110
Binary1010100010100001110100001001110111010010111110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A1D0; }

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

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

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

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

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

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

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

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