#A89FC0

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

Shades of Wistful #A89FC0

Tints of Wistful #A89FC0

Color information

#A89FC0 (or 0xA89FC0) is unknown color: approx Wistful. HEX triplet: A8, 9F and C0. RGB value is (168,159,192). Sum of RGB (Red+Green+Blue) = 168+159+192=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #A89FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FC0 is #57603F. Grayscale: #A5A5A5. Windows color (decimal): -5726272 or 12623784. OLE color: 12623784.

HSL color Cylindrical-coordinate representation of color #A89FC0: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89FC0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168159192-
CMYK0.120.1700.25
HSL256.36º20.75%68.82%-
HSV(B)256.36º17.19%75.29%-
XYZ38.0636.9354.99-
YUV165.45142.98129.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=32.37%
G=30.64%
B=36.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681591920.120.1700.25256.3620.7568.82
HexA89FC0C110191001545
Octal250237300142103140025105
Binary101010001001111111000000110010001011001100000000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FC0; }

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

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

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

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

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

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

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

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