#A89DCB

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

Shades of Wistful #A89DCB

Tints of Wistful #A89DCB

Color information

#A89DCB (or 0xA89DCB) is unknown color: approx Wistful. HEX triplet: A8, 9D and CB. RGB value is (168,157,203). Sum of RGB (Red+Green+Blue) = 168+157+203=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A89DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DCB is #576234. Grayscale: #A5A5A5. Windows color (decimal): -5726773 or 13344168. OLE color: 13344168.

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

Color convert

RGB168157203-
CMYK0.170.2300.20
HSL254.35º30.67%70.59%-
HSV(B)254.35º22.66%79.61%-
XYZ38.9836.7561.54-
YUV165.53149.14129.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=31.82%
G=29.73%
B=38.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681572030.170.2300.20254.3530.6770.59
HexA89DCB1117014fe1f47
Octal250235313212702437637107
Binary101010001001110111001011100011011101010011111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DCB; }

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

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

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

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

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

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

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

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