#A6A3DC

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

Shades of Wistful #A6A3DC

Tints of Wistful #A6A3DC

Color information

#A6A3DC (or 0xA6A3DC) is unknown color: approx Wistful. HEX triplet: A6, A3 and DC. RGB value is (166,163,220). Sum of RGB (Red+Green+Blue) = 166+163+220=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 163 (64.06% from 255 or 29.69% 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 #A6A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3DC is #595C23. Grayscale: #AAAAAA. Windows color (decimal): -5856292 or 14459814. OLE color: 14459814.

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

Color convert

RGB166163220-
CMYK0.250.2600.14
HSL243.16º44.88%75.1%-
HSV(B)243.16º25.91%86.27%-
XYZ41.7439.4773.13-
YUV170.4155.99124.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=30.24%
G=29.69%
B=40.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661632200.250.2600.14243.1644.8875.1
HexA6A3DC191A0Ef32d4b
Octal246243334313201636355113
Binary101001101010001111011100110011101001110111100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3DC; }

 p { color: rgb(166,163,220); }

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

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

 a { background-color: rgb(166,163,220); }

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

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

 span { border-color: rgb(166,163,220); }

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