#A89FCD

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

Shades of Wistful #A89FCD

Tints of Wistful #A89FCD

Color information

#A89FCD (or 0xA89FCD) is unknown color: approx Wistful. HEX triplet: A8, 9F and CD. RGB value is (168,159,205). Sum of RGB (Red+Green+Blue) = 168+159+205=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #A89FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FCD is #576032. Grayscale: #A6A6A6. Windows color (decimal): -5726259 or 13475752. OLE color: 13475752.

HSL color Cylindrical-coordinate representation of color #A89FCD: hue angle of 251.74º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A89FCD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168159205-
CMYK0.180.2200.20
HSL251.74º31.51%71.37%-
HSV(B)251.74º22.44%80.39%-
XYZ39.5737.5362.92-
YUV166.94149.48128.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=31.58%
G=29.89%
B=38.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681592050.180.2200.20251.7431.5171.37
HexA89FCD1216014fc2047
Octal250237315222602437440107
Binary1010100010011111110011011001010110010100111111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FCD; }

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

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

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

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

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

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

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

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