#A89DDE

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

Shades of Wistful #A89DDE

Tints of Wistful #A89DDE

Color information

#A89DDE (or 0xA89DDE) is unknown color: approx Wistful. HEX triplet: A8, 9D and DE. RGB value is (168,157,222). Sum of RGB (Red+Green+Blue) = 168+157+222=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 157 (61.72% from 255 or 28.70% 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 #A89DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DDE is #576221. Grayscale: #A7A7A7. Windows color (decimal): -5726754 or 14589352. OLE color: 14589352.

HSL color Cylindrical-coordinate representation of color #A89DDE: hue angle of 250.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89DDE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168157222-
CMYK0.240.2900.13
HSL250.15º49.62%74.31%-
HSV(B)250.15º29.28%87.06%-
XYZ41.3937.7174.21-
YUV167.7158.64128.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=30.71%
G=28.70%
B=40.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681572220.240.2900.13250.1549.6274.31
HexA89DDE181D0Dfa324a
Octal250235336303501537262112
Binary101010001001110111011110110001110101101111110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DDE; }

 p { color: rgb(168,157,222); }

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

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

 a { background-color: rgb(168,157,222); }

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

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

 span { border-color: rgb(168,157,222); }

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