#A69CD9

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

Shades of Wistful #A69CD9

Tints of Wistful #A69CD9

Color information

#A69CD9 (or 0xA69CD9) is unknown color: approx Wistful. HEX triplet: A6, 9C and D9. RGB value is (166,156,217). Sum of RGB (Red+Green+Blue) = 166+156+217=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #A69CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CD9 is #596326. Grayscale: #A5A5A5. Windows color (decimal): -5858087 or 14261414. OLE color: 14261414.

HSL color Cylindrical-coordinate representation of color #A69CD9: hue angle of 249.84º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69CD9 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166156217-
CMYK0.240.2800.15
HSL249.84º44.53%73.14%-
HSV(B)249.84º28.11%85.1%-
XYZ40.1436.8970.65-
YUV165.94156.81128.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=30.80%
G=28.94%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661562170.240.2800.15249.8444.5373.14
HexA69CD9181C0Ffa2d49
Octal246234331303401737255111
Binary101001101001110011011001110001110001111111110101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CD9; }

 p { color: rgb(166,156,217); }

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

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

 a { background-color: rgb(166,156,217); }

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

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

 span { border-color: rgb(166,156,217); }

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