#A69FCE

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

Shades of Wistful #A69FCE

Tints of Wistful #A69FCE

Color information

#A69FCE (or 0xA69FCE) is unknown color: approx Wistful. HEX triplet: A6, 9F and CE. RGB value is (166,159,206). Sum of RGB (Red+Green+Blue) = 166+159+206=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #A69FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FCE is #596031. Grayscale: #A6A6A6. Windows color (decimal): -5857330 or 13541286. OLE color: 13541286.

HSL color Cylindrical-coordinate representation of color #A69FCE: hue angle of 248.94º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69FCE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166159206-
CMYK0.190.2300.19
HSL248.94º32.41%71.57%-
HSV(B)248.94º22.82%80.78%-
XYZ39.2637.3663.53-
YUV166.45150.32127.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=31.26%
G=29.94%
B=38.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661592060.190.2300.19248.9432.4171.57
HexA69FCE1317013f92048
Octal246237316232702337140110
Binary1010011010011111110011101001110111010011111110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FCE; }

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

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

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

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

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

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

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

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