#A8A6C1

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

Shades of Wistful #A8A6C1

Tints of Wistful #A8A6C1

Color information

#A8A6C1 (or 0xA8A6C1) is unknown color: approx Wistful. HEX triplet: A8, A6 and C1. RGB value is (168,166,193). Sum of RGB (Red+Green+Blue) = 168+166+193=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A6C1 is #57593E. Grayscale: #A9A9A9. Windows color (decimal): -5724479 or 12691112. OLE color: 12691112.

HSL color Cylindrical-coordinate representation of color #A8A6C1: hue angle of 244.44º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8A6C1 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168166193-
CMYK0.130.1400.24
HSL244.44º17.88%70.39%-
HSV(B)244.44º13.99%75.69%-
XYZ39.4139.4555.99-
YUV169.68141.16126.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=31.88%
G=31.50%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681661930.130.1400.24244.4417.8870.39
HexA8A6C1DE018f41246
Octal250246301151603036422106
Binary1010100010100110110000011101111001100011110100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A6C1; }

 p { color: rgb(168,166,193); }

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

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

 a { background-color: rgb(168,166,193); }

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

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

 span { border-color: rgb(168,166,193); }

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