#A69CD6

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

Shades of Wistful #A69CD6

Tints of Wistful #A69CD6

Color information

#A69CD6 (or 0xA69CD6) is unknown color: approx Wistful. HEX triplet: A6, 9C and D6. RGB value is (166,156,214). Sum of RGB (Red+Green+Blue) = 166+156+214=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #A69CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CD6 is #596329. Grayscale: #A5A5A5. Windows color (decimal): -5858090 or 14064806. OLE color: 14064806.

HSL color Cylindrical-coordinate representation of color #A69CD6: hue angle of 250.34º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69CD6 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166156214-
CMYK0.220.2700.16
HSL250.34º41.43%72.55%-
HSV(B)250.34º27.1%83.92%-
XYZ39.7536.7468.61-
YUV165.6155.31128.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 214 (83.98% from 255) = 39.93%
R=30.97%
G=29.10%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661562140.220.2700.16250.3441.4372.55
HexA69CD6161B010fa2949
Octal246234326263302037251111
Binary1010011010011100110101101011011011010000111110101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CD6; }

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

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

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

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

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

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

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

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