#a69fde

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

Shades of Wistful #A69FDE

Tints of Wistful #A69FDE

Color information

#A69FDE (or 0xA69FDE) is unknown color: approx Wistful. HEX triplet: A6, 9F and DE. RGB value is (166,159,222). Sum of RGB (Red+Green+Blue) = 166+159+222=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #A69FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FDE is #596021. Grayscale: #A8A8A8. Windows color (decimal): -5857314 or 14589862. OLE color: 14589862.

HSL color Cylindrical-coordinate representation of color #A69FDE: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69FDE is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166159222-
CMYK0.250.2800.13
HSL246.67º48.84%74.71%-
HSV(B)246.67º28.38%87.06%-
XYZ41.3138.1874.3-
YUV168.27158.32126.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=30.35%
G=29.07%
B=40.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661592220.250.2800.13246.6748.8474.71
HexA69FDE191C0Df7314b
Octal246237336313401536761113
Binary101001101001111111011110110011110001101111101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69fde; }

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

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

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

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

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

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

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

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