#A69DDE

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

Shades of Wistful #A69DDE

Tints of Wistful #A69DDE

Color information

#A69DDE (or 0xA69DDE) is unknown color: approx Wistful. HEX triplet: A6, 9D and DE. RGB value is (166,157,222). Sum of RGB (Red+Green+Blue) = 166+157+222=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #A69DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DDE is #596221. Grayscale: #A6A6A6. Windows color (decimal): -5857826 or 14589350. OLE color: 14589350.

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

Color convert

RGB166157222-
CMYK0.250.2900.13
HSL248.31º49.62%74.31%-
HSV(B)248.31º29.28%87.06%-
XYZ40.9737.4974.19-
YUV167.1158.98127.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=30.46%
G=28.81%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661572220.250.2900.13248.3149.6274.31
HexA69DDE191D0Df8324a
Octal246235336313501537062112
Binary101001101001110111011110110011110101101111110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DDE; }

 p { color: rgb(166,157,222); }

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

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

 a { background-color: rgb(166,157,222); }

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

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

 span { border-color: rgb(166,157,222); }

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