#A6A0DD

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

Shades of Wistful #A6A0DD

Tints of Wistful #A6A0DD

Color information

#A6A0DD (or 0xA6A0DD) is unknown color: approx Wistful. HEX triplet: A6, A0 and DD. RGB value is (166,160,221). Sum of RGB (Red+Green+Blue) = 166+160+221=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0DD is #595F22. Grayscale: #A8A8A8. Windows color (decimal): -5857059 or 14524582. OLE color: 14524582.

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

Color convert

RGB166160221-
CMYK0.250.2800.13
HSL245.9º47.29%74.71%-
HSV(B)245.9º27.6%86.67%-
XYZ41.3538.4773.65-
YUV168.75157.49126.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=30.35%
G=29.25%
B=40.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661602210.250.2800.13245.947.2974.71
HexA6A0DD191C0Df62f4b
Octal246240335313401536657113
Binary101001101010000011011101110011110001101111101101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0DD; }

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

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

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

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

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

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

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

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