#A6A5D0

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

Shades of Wistful #A6A5D0

Tints of Wistful #A6A5D0

Color information

#A6A5D0 (or 0xA6A5D0) is unknown color: approx Wistful. HEX triplet: A6, A5 and D0. RGB value is (166,165,208). Sum of RGB (Red+Green+Blue) = 166+165+208=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A5D0 is #595A2F. Grayscale: #AAAAAA. Windows color (decimal): -5855792 or 13673894. OLE color: 13673894.

HSL color Cylindrical-coordinate representation of color #A6A5D0: hue angle of 241.4º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6A5D0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166165208-
CMYK0.200.2100.18
HSL241.4º31.39%73.14%-
HSV(B)241.4º20.67%81.57%-
XYZ40.5739.5765.17-
YUV170.2149.33125-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=30.80%
G=30.61%
B=38.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661652080.200.2100.18241.431.3973.14
HexA6A5D01415012f11f49
Octal246245320242502236137111
Binary101001101010010111010000101001010101001011110001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A5D0; }

 p { color: rgb(166,165,208); }

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

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

 a { background-color: rgb(166,165,208); }

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

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

 span { border-color: rgb(166,165,208); }

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