#A6A8DD

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

Shades of Wistful #A6A8DD

Tints of Wistful #A6A8DD

Color information

#A6A8DD (or 0xA6A8DD) is unknown color: approx Wistful. HEX triplet: A6, A8 and DD. RGB value is (166,168,221). Sum of RGB (Red+Green+Blue) = 166+168+221=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8DD is #595722. Grayscale: #ADADAD. Windows color (decimal): -5855011 or 14526630. OLE color: 14526630.

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

Color convert

RGB166168221-
CMYK0.250.2400.13
HSL237.82º44.72%75.88%-
HSV(B)237.82º24.89%86.67%-
XYZ42.7841.3374.13-
YUV173.44154.84122.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=29.91%
G=30.27%
B=39.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661682210.250.2400.13237.8244.7275.88
HexA6A8DD19180Dee2d4c
Octal246250335313001535655114
Binary101001101010100011011101110011100001101111011101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A8DD; }

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

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

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

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

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

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

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

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