#A69DBE

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

Shades of Wistful #A69DBE

Tints of Wistful #A69DBE

Color information

#A69DBE (or 0xA69DBE) is unknown color: approx Wistful. HEX triplet: A6, 9D and BE. RGB value is (166,157,190). Sum of RGB (Red+Green+Blue) = 166+157+190=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DBE is #596241. Grayscale: #A3A3A3. Windows color (decimal): -5857858 or 12492198. OLE color: 12492198.

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

Color convert

RGB166157190-
CMYK0.130.1700.25
HSL256.36º20.25%68.04%-
HSV(B)256.36º17.37%74.51%-
XYZ37.0835.9453.7-
YUV163.45142.98129.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=32.36%
G=30.60%
B=37.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661571900.130.1700.25256.3620.2568.04
HexA69DBED110191001444
Octal246235276152103140024104
Binary101001101001110110111110110110001011001100000000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DBE; }

 p { color: rgb(166,157,190); }

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

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

 a { background-color: rgb(166,157,190); }

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

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

 span { border-color: rgb(166,157,190); }

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