#A69FCB

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

Shades of Wistful #A69FCB

Tints of Wistful #A69FCB

Color information

#A69FCB (or 0xA69FCB) is unknown color: approx Wistful. HEX triplet: A6, 9F and CB. RGB value is (166,159,203). Sum of RGB (Red+Green+Blue) = 166+159+203=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FCB is #596034. Grayscale: #A5A5A5. Windows color (decimal): -5857333 or 13344678. OLE color: 13344678.

HSL color Cylindrical-coordinate representation of color #A69FCB: hue angle of 249.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69FCB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166159203-
CMYK0.180.2200.20
HSL249.55º29.73%70.98%-
HSV(B)249.55º21.67%79.61%-
XYZ38.937.2261.63-
YUV166.11148.82127.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=31.44%
G=30.11%
B=38.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661592030.180.2200.20249.5529.7370.98
HexA69FCB1216014fa1e47
Octal246237313222602437236107
Binary101001101001111111001011100101011001010011111010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FCB; }

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

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

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

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

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

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

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

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