#A69FD2

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

Shades of Wistful #A69FD2

Tints of Wistful #A69FD2

Color information

#A69FD2 (or 0xA69FD2) is unknown color: approx Wistful. HEX triplet: A6, 9F and D2. RGB value is (166,159,210). Sum of RGB (Red+Green+Blue) = 166+159+210=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #A69FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FD2 is #59602D. Grayscale: #A6A6A6. Windows color (decimal): -5857326 or 13803430. OLE color: 13803430.

HSL color Cylindrical-coordinate representation of color #A69FD2: hue angle of 248.24º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69FD2 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166159210-
CMYK0.210.2400.18
HSL248.24º36.17%72.35%-
HSV(B)248.24º24.29%82.35%-
XYZ39.7637.5666.13-
YUV166.91152.32127.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=31.03%
G=29.72%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661592100.210.2400.18248.2436.1772.35
HexA69FD21518012f82448
Octal246237322253002237044110
Binary1010011010011111110100101010111000010010111110001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FD2; }

 p { color: rgb(166,159,210); }

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

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

 a { background-color: rgb(166,159,210); }

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

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

 span { border-color: rgb(166,159,210); }

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