#A89FCE

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

Shades of Wistful #A89FCE

Tints of Wistful #A89FCE

Color information

#A89FCE (or 0xA89FCE) is unknown color: approx Wistful. HEX triplet: A8, 9F and CE. RGB value is (168,159,206). Sum of RGB (Red+Green+Blue) = 168+159+206=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #A89FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FCE is #576031. Grayscale: #A6A6A6. Windows color (decimal): -5726258 or 13541288. OLE color: 13541288.

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

Color convert

RGB168159206-
CMYK0.180.2300.19
HSL251.49º32.41%71.57%-
HSV(B)251.49º22.82%80.78%-
XYZ39.6937.5863.55-
YUV167.05149.98128.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=31.52%
G=29.83%
B=38.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681592060.180.2300.19251.4932.4171.57
HexA89FCE1217013fb2048
Octal250237316222702337340110
Binary1010100010011111110011101001010111010011111110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FCE; }

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

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

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

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

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

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

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

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