#A89DCD

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

Shades of Wistful #A89DCD

Tints of Wistful #A89DCD

Color information

#A89DCD (or 0xA89DCD) is unknown color: approx Wistful. HEX triplet: A8, 9D and CD. RGB value is (168,157,205). Sum of RGB (Red+Green+Blue) = 168+157+205=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #A89DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DCD is #576232. Grayscale: #A5A5A5. Windows color (decimal): -5726771 or 13475240. OLE color: 13475240.

HSL color Cylindrical-coordinate representation of color #A89DCD: hue angle of 253.75º degrees, saturation: 0.32, 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 #A89DCD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168157205-
CMYK0.180.2300.20
HSL253.75º32.43%70.98%-
HSV(B)253.75º23.41%80.39%-
XYZ39.2236.8562.8-
YUV165.76150.14129.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=31.70%
G=29.62%
B=38.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681572050.180.2300.20253.7532.4370.98
HexA89DCD1217014fe2047
Octal250235315222702437640107
Binary1010100010011101110011011001010111010100111111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DCD; }

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

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

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

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

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

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

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

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