#A69DCF

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

Shades of Wistful #A69DCF

Tints of Wistful #A69DCF

Color information

#A69DCF (or 0xA69DCF) is unknown color: approx Wistful. HEX triplet: A6, 9D and CF. RGB value is (166,157,207). Sum of RGB (Red+Green+Blue) = 166+157+207=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #A69DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DCF is #596230. Grayscale: #A5A5A5. Windows color (decimal): -5857841 or 13606310. OLE color: 13606310.

HSL color Cylindrical-coordinate representation of color #A69DCF: hue angle of 250.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69DCF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166157207-
CMYK0.200.2400.19
HSL250.8º34.25%71.37%-
HSV(B)250.8º24.15%81.18%-
XYZ39.0536.7364.06-
YUV165.39151.48128.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=31.32%
G=29.62%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661572070.200.2400.19250.834.2571.37
HexA69DCF1418013fb2247
Octal246235317243002337342107
Binary1010011010011101110011111010011000010011111110111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DCF; }

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

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

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

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

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

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

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

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