#A1A3CF

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

Shades of Wistful #A1A3CF

Tints of Wistful #A1A3CF

Color information

#A1A3CF (or 0xA1A3CF) is unknown color: approx Wistful. HEX triplet: A1, A3 and CF. RGB value is (161,163,207). Sum of RGB (Red+Green+Blue) = 161+163+207=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A3CF is #5E5C30. Grayscale: #A7A7A7. Windows color (decimal): -6183985 or 13607841. OLE color: 13607841.

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

Color convert

RGB161163207-
CMYK0.220.2100.19
HSL237.39º32.39%72.16%-
HSV(B)237.39º22.22%81.18%-
XYZ39.0638.2864.36-
YUV167.42150.34123.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=30.32%
G=30.70%
B=38.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611632070.220.2100.19237.3932.3972.16
HexA1A3CF1615013ed2048
Octal241243317262502335540110
Binary1010000110100011110011111011010101010011111011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A3CF; }

 p { color: rgb(161,163,207); }

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

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

 a { background-color: rgb(161,163,207); }

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

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

 span { border-color: rgb(161,163,207); }

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