#A89FC8

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

Shades of Wistful #A89FC8

Tints of Wistful #A89FC8

Color information

#A89FC8 (or 0xA89FC8) is unknown color: approx Wistful. HEX triplet: A8, 9F and C8. RGB value is (168,159,200). Sum of RGB (Red+Green+Blue) = 168+159+200=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #A89FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FC8 is #576037. Grayscale: #A6A6A6. Windows color (decimal): -5726264 or 13148072. OLE color: 13148072.

HSL color Cylindrical-coordinate representation of color #A89FC8: hue angle of 253.17º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89FC8 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168159200-
CMYK0.160.2000.22
HSL253.17º27.15%70.39%-
HSV(B)253.17º20.5%78.43%-
XYZ38.9737.2959.79-
YUV166.36146.98129.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=31.88%
G=30.17%
B=37.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681592000.160.2000.22253.1727.1570.39
HexA89FC81014016fd1b46
Octal250237310202402637533106
Binary101010001001111111001000100001010001011011111101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FC8; }

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

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

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

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

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

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

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

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