#A6A4D7

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

Shades of Wistful #A6A4D7

Tints of Wistful #A6A4D7

Color information

#A6A4D7 (or 0xA6A4D7) is unknown color: approx Wistful. HEX triplet: A6, A4 and D7. RGB value is (166,164,215). Sum of RGB (Red+Green+Blue) = 166+164+215=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6A4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A4D7 is #595B28. Grayscale: #AAAAAA. Windows color (decimal): -5856041 or 14132390. OLE color: 14132390.

HSL color Cylindrical-coordinate representation of color #A6A4D7: hue angle of 242.35º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6A4D7 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166164215-
CMYK0.230.2400.16
HSL242.35º38.93%74.31%-
HSV(B)242.35º23.72%84.31%-
XYZ41.2739.5669.75-
YUV170.41153.16124.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=30.46%
G=30.09%
B=39.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661642150.230.2400.16242.3538.9374.31
HexA6A4D71718010f2274a
Octal246244327273002036247112
Binary1010011010100100110101111011111000010000111100101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A4D7; }

 p { color: rgb(166,164,215); }

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

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

 a { background-color: rgb(166,164,215); }

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

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

 span { border-color: rgb(166,164,215); }

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