#A9A8CF

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

Shades of Wistful #A9A8CF

Tints of Wistful #A9A8CF

Color information

#A9A8CF (or 0xA9A8CF) is unknown color: approx Wistful. HEX triplet: A9, A8 and CF. RGB value is (169,168,207). Sum of RGB (Red+Green+Blue) = 169+168+207=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8CF is #565730. Grayscale: #ACACAC. Windows color (decimal): -5658417 or 13609129. OLE color: 13609129.

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

Color convert

RGB169168207-
CMYK0.180.1900.19
HSL241.54º28.89%73.53%-
HSV(B)241.54º18.84%81.18%-
XYZ41.6340.9564.74-
YUV172.74147.33125.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=31.07%
G=30.88%
B=38.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691682070.180.1900.19241.5428.8973.53
HexA9A8CF1213013f21d4a
Octal251250317222302336235112
Binary101010011010100011001111100101001101001111110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A8CF; }

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

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

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

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

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

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

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

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