#A89ECC

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

Shades of Wistful #A89ECC

Tints of Wistful #A89ECC

Color information

#A89ECC (or 0xA89ECC) is unknown color: approx Wistful. HEX triplet: A8, 9E and CC. RGB value is (168,158,204). Sum of RGB (Red+Green+Blue) = 168+158+204=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #A89ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ECC is #576133. Grayscale: #A6A6A6. Windows color (decimal): -5726516 or 13409960. OLE color: 13409960.

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

Color convert

RGB168158204-
CMYK0.180.2300.2
HSL253.04º31.08%70.98%-
HSV(B)253.04º22.55%80%-
XYZ39.2737.1462.23-
YUV166.23149.31129.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=31.70%
G=29.81%
B=38.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681582040.180.2300.2253.0431.0870.98
HexA89ECC1217014fd1f47
Octal250236314222702437537107
Binary101010001001111011001100100101011101010011111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ECC; }

 p { color: rgb(168,158,204); }

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

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

 a { background-color: rgb(168,158,204); }

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

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

 span { border-color: rgb(168,158,204); }

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