#A69DCA

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

Shades of Wistful #A69DCA

Tints of Wistful #A69DCA

Color information

#A69DCA (or 0xA69DCA) is unknown color: approx Wistful. HEX triplet: A6, 9D and CA. RGB value is (166,157,202). Sum of RGB (Red+Green+Blue) = 166+157+202=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #A69DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DCA is #596235. Grayscale: #A4A4A4. Windows color (decimal): -5857846 or 13278630. OLE color: 13278630.

HSL color Cylindrical-coordinate representation of color #A69DCA: hue angle of 252º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69DCA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166157202-
CMYK0.180.2200.21
HSL252º29.8%70.39%-
HSV(B)252º22.28%79.22%-
XYZ38.4436.4960.89-
YUV164.82148.98128.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=31.62%
G=29.90%
B=38.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661572020.180.2200.2125229.870.39
HexA69DCA1216015fc1e46
Octal246235312222602537436106
Binary101001101001110111001010100101011001010111111100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DCA; }

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

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

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

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

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

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

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

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