#A99ECF

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

Shades of Wistful #A99ECF

Tints of Wistful #A99ECF

Color information

#A99ECF (or 0xA99ECF) is unknown color: approx Wistful. HEX triplet: A9, 9E and CF. RGB value is (169,158,207). Sum of RGB (Red+Green+Blue) = 169+158+207=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #A99ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ECF is #566130. Grayscale: #A6A6A6. Windows color (decimal): -5660977 or 13606569. OLE color: 13606569.

HSL color Cylindrical-coordinate representation of color #A99ECF: hue angle of 253.47º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99ECF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169158207-
CMYK0.180.2400.19
HSL253.47º33.79%71.57%-
HSV(B)253.47º23.67%81.18%-
XYZ39.8537.3964.15-
YUV166.88150.64129.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=31.65%
G=29.59%
B=38.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691582070.180.2400.19253.4733.7971.57
HexA99ECF1218013fd2248
Octal251236317223002337542110
Binary1010100110011110110011111001011000010011111111011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ECF; }

 p { color: rgb(169,158,207); }

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

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

 a { background-color: rgb(169,158,207); }

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

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

 span { border-color: rgb(169,158,207); }

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