#A89DCE

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

Shades of Wistful #A89DCE

Tints of Wistful #A89DCE

Color information

#A89DCE (or 0xA89DCE) is unknown color: approx Wistful. HEX triplet: A8, 9D and CE. RGB value is (168,157,206). Sum of RGB (Red+Green+Blue) = 168+157+206=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 157 (61.72% from 255 or 29.57% 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 #A89DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DCE is #576231. Grayscale: #A5A5A5. Windows color (decimal): -5726770 or 13540776. OLE color: 13540776.

HSL color Cylindrical-coordinate representation of color #A89DCE: hue angle of 253.47º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89DCE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168157206-
CMYK0.180.2400.19
HSL253.47º33.33%71.18%-
HSV(B)253.47º23.79%80.78%-
XYZ39.3536.963.44-
YUV165.88150.64129.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=31.64%
G=29.57%
B=38.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681572060.180.2400.19253.4733.3371.18
HexA89DCE1218013fd2147
Octal250235316223002337541107
Binary1010100010011101110011101001011000010011111111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DCE; }

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

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

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

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

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

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

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

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