#A69DDD

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

Shades of Wistful #A69DDD

Tints of Wistful #A69DDD

Color information

#A69DDD (or 0xA69DDD) is unknown color: approx Wistful. HEX triplet: A6, 9D and DD. RGB value is (166,157,221). Sum of RGB (Red+Green+Blue) = 166+157+221=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #A69DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DDD is #596222. Grayscale: #A6A6A6. Windows color (decimal): -5857827 or 14523814. OLE color: 14523814.

HSL color Cylindrical-coordinate representation of color #A69DDD: hue angle of 248.44º degrees, saturation: 0.48, 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 #A69DDD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166157221-
CMYK0.250.2900.13
HSL248.44º48.48%74.12%-
HSV(B)248.44º28.96%86.67%-
XYZ40.8337.4473.48-
YUV166.99158.48127.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=30.51%
G=28.86%
B=40.62%

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
Decimal1661572210.250.2900.13248.4448.4874.12
HexA69DDD191D0Df8304a
Octal246235335313501537060112
Binary101001101001110111011101110011110101101111110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DDD; }

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

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

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

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

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

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

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

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