#A69FDC

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

Shades of Wistful #A69FDC

Tints of Wistful #A69FDC

Color information

#A69FDC (or 0xA69FDC) is unknown color: approx Wistful. HEX triplet: A6, 9F and DC. RGB value is (166,159,220). Sum of RGB (Red+Green+Blue) = 166+159+220=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #A69FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FDC is #596023. Grayscale: #A7A7A7. Windows color (decimal): -5857316 or 14458790. OLE color: 14458790.

HSL color Cylindrical-coordinate representation of color #A69FDC: hue angle of 246.89º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69FDC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166159220-
CMYK0.250.2800.14
HSL246.89º46.56%74.31%-
HSV(B)246.89º27.73%86.27%-
XYZ41.0438.0772.9-
YUV168.05157.32126.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=30.46%
G=29.17%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661592200.250.2800.14246.8946.5674.31
HexA69FDC191C0Ef72f4a
Octal246237334313401636757112
Binary101001101001111111011100110011110001110111101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FDC; }

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

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

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

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

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

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

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

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