#A89DEC

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

Shades of Wistful #A89DEC

Tints of Wistful #A89DEC

Color information

#A89DEC (or 0xA89DEC) is unknown color: approx Wistful. HEX triplet: A8, 9D and EC. RGB value is (168,157,236). Sum of RGB (Red+Green+Blue) = 168+157+236=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #A89DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89DEC is #576213. Grayscale: #A8A8A8. Windows color (decimal): -5726740 or 15506856. OLE color: 15506856.

HSL color Cylindrical-coordinate representation of color #A89DEC: hue angle of 248.35º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89DEC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168157236-
CMYK0.290.3300.07
HSL248.35º67.52%77.06%-
HSV(B)248.35º33.47%92.55%-
XYZ43.3538.4984.5-
YUV169.3165.64127.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=29.95%
G=27.99%
B=42.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681572360.290.3300.07248.3567.5277.06
HexA89DEC1D2107f8444d
Octal250235354354107370104115
Binary1010100010011101111011001110110000101111111100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DEC; }

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

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

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

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

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

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

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

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